Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Jul 10, 2024
1 parent c2b92b0 commit c3b1607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions replay/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ fn main() {
// Internally, this fetches all the needed information and caches it
let result = execute_tx_configurable(
&mut state,
&transaction_hash,
transaction_hash,
BlockNumber(block_number),
false,
false,
Expand Down Expand Up @@ -166,7 +166,7 @@ fn main() {
// We use the same state from the previous execution
let result = execute_tx_configurable(
state,
&transaction_hash,
transaction_hash,
BlockNumber(*block_number),
false,
false,
Expand Down

0 comments on commit c3b1607

Please sign in to comment.