Count compute units even when transaction errors (#22059)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user