Skip to content

Commit

Permalink
rename log
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Sep 24, 2024
1 parent 9debdae commit b08f1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zksync/core/src/vm/inspect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ where
} = inspect_inner(tx, storage_ptr, chain_id, ccx, call_ctx);

info!(
total=?gas_usage.limit, computation=?gas_usage.execution, pubdata=?gas_usage.pubdata, refunded=?gas_usage.refunded,
limit=?gas_usage.limit, execution=?gas_usage.execution, pubdata=?gas_usage.pubdata, refunded=?gas_usage.refunded,
"gas usage",
);

Expand Down

0 comments on commit b08f1dd

Please sign in to comment.