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: Matthias Seitz <matthias.seitz@outlook.de>
  • Loading branch information
RPate97 and mattsse authored Feb 20, 2024
1 parent 0432229 commit 03f1f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cheatcodes/src/inspector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1430,8 +1430,8 @@ fn mstore_revert_string(interpreter: &mut Interpreter<'_>, bytes: &[u8]) {
fn apply_create2_deployer<DB: DatabaseExt>(
data: &mut EVMData<'_, DB>,
call: &mut CreateInputs,
prank: &Option<Prank>,
broadcast: &Option<Broadcast>,
prank: Option<&Prank>,
broadcast: Option<&Broadcast>,
) -> Result<(), DB::Error> {
if let CreateScheme::Create2 { salt: _ } = call.scheme {
let mut base_depth = 1;
Expand Down

0 comments on commit 03f1f8a

Please sign in to comment.