Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Apr 15, 2024
1 parent c40f57a commit cabfe24
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 @@ -1284,7 +1284,7 @@ impl<DB: DatabaseExt> Inspector<DB> for Cheatcodes {
call.caller = broadcast.new_origin;
let is_fixed_gas_limit = check_if_fixed_gas_limit(ecx, call.gas_limit);

let account = ecx.journaled_state.state()[&broadcast.new_origin];
let account = &ecx.journaled_state.state()[&broadcast.new_origin];

self.broadcastable_transactions.push_back(BroadcastableTransaction {
rpc: ecx.db.active_fork_url(),
Expand Down

0 comments on commit cabfe24

Please sign in to comment.