Skip to content

Commit

Permalink
Update crates/zksync/core/src/vm/inspect.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Rodríguez <[email protected]>
  • Loading branch information
nbaztec and elfedy authored Jan 17, 2025
1 parent 5747479 commit a88ce2c
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 @@ -338,7 +338,7 @@ where

let initiator_nonce_key = get_nonce_key(&initiator_address);

// NOTE(zk) We need to revert the tx nonce of the initiator as we intercept and dispatch
// NOTE(zk): We need to revert the tx nonce of the initiator as we intercept and dispatch
// CALLs and CREATEs to the zkEVM. The CREATEs always increment the deployment nonce
// which must be persisted, but the tx nonce increase must be reverted.
if let Some(initiator_nonce) = modified_storage.get_mut(&initiator_nonce_key) {
Expand Down

0 comments on commit a88ce2c

Please sign in to comment.