Skip to content

Commit

Permalink
Update crates/cheatcodes/src/inspector.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Rodríguez <[email protected]>
  • Loading branch information
Jrigada and elfedy authored Nov 14, 2024
1 parent c1092ed commit 48758fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cheatcodes/src/inspector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ pub struct Cheatcodes {
/// providing the necessary level of isolation.
pub persisted_factory_deps: HashMap<H256, Vec<u8>>,

pub should_update_nonce: Option<bool>,
pub zk_should_update_nonce: Option<bool>,
}

// This is not derived because calling this in `fn new` with `..Default::default()` creates a second
Expand Down

0 comments on commit 48758fa

Please sign in to comment.