Skip to content

Commit

Permalink
spell
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Feb 3, 2025
1 parent 1fb6e2b commit f00b0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/strategy/zksync/src/cheatcode/runner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ impl ZksyncCheatcodeInspectorStrategyRunner {
for address in data.db.persistent_accounts().into_iter().chain([data.env.tx.caller]) {
info!(?address, "importing to zk state");

// Re-use the deployment nonce from storage if present.
// Reuse the deployment nonce from storage if present.
let deployment_nonce = {
let nonce_key = get_nonce_key(address);
let nonce_addr = NONCE_HOLDER_ADDRESS.to_address();
Expand Down

0 comments on commit f00b0a5

Please sign in to comment.