Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Nov 29, 2024
1 parent 54617b6 commit 5784d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc-state-reader/src/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pub fn execute_tx(

(
blockifier_tx
.execute(&mut state, &block_context, true, true)
.execute(&mut state, &block_context, false, true)
.unwrap(),
trace,
receipt,
Expand Down

0 comments on commit 5784d56

Please sign in to comment.