Skip to content

Commit

Permalink
fix: Remove duplicated line (#707)
Browse files Browse the repository at this point in the history
Remove duplicated line
  • Loading branch information
Jrigada authored Nov 6, 2024
1 parent c8c1e14 commit 5d4bdb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/script/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ impl ScriptRunner {
};

let address = CALLER.create(self.executor.get_nonce(CALLER)?);
self.executor.backend_mut().set_test_contract(address);

self.executor.backend_mut().set_test_contract(address);
// Set the contracts initial balance before deployment, so it is available during the
Expand Down

0 comments on commit 5d4bdb6

Please sign in to comment.