Skip to content

Commit

Permalink
update execution-trace (cancel)
Browse files Browse the repository at this point in the history
  • Loading branch information
modship committed Sep 17, 2024
1 parent 48d42c5 commit b582bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/as_execution/abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ pub(crate) fn assembly_script_deferred_call_cancel(
ctx.data_mut().trace.push(AbiTrace {
name: function_name!().to_string(),
params: vec![into_trace_value!(deferred_id)],
return_value: canceled.into(),
return_value: AbiTraceType::None,
sub_calls: None,
});

Expand Down

0 comments on commit b582bcd

Please sign in to comment.