Count compute units even when transaction errors (#22059)

This commit is contained in:
carllin
2021-12-28 17:05:11 -05:00
committed by GitHub
parent f061059e45
commit eaa8c67bde
13 changed files with 295 additions and 97 deletions

View File

@ -2395,6 +2395,7 @@ fn call<'a, 'b: 'a>(
Some(&caller_write_privileges),
&program_indices,
)
.result
.map_err(SyscallError::InstructionError)?;
// Copy results back to caller