Skip to content

Commit

Permalink
Update crates/services/executor/src/executor.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx authored Sep 20, 2024
1 parent 7949399 commit 9a91abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/services/executor/src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ where
return Err(ForcedTransactionFailure::InsufficientMaxGas {
claimed_max_gas,
actual_max_gas,
})
});
}
Ok(())
}
Expand Down

0 comments on commit 9a91abe

Please sign in to comment.