Skip to content

Commit

Permalink
fixing gas_used field in tx (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenlaw123 authored Sep 27, 2023
1 parent 721b19e commit b097c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rooch-executor/src/actor/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ impl ExecutorActor {
tx_hash,
state_root,
event_root,
0,
output.gas_used,
output.status.clone(),
);
self.moveos
Expand Down

0 comments on commit b097c70

Please sign in to comment.