Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Jan 12, 2025
1 parent 9f821ec commit eab7a39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/node/src/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ mod tests {
.append_handler_register(OdysseyEvmConfig::set_precompiles)
.build();

// loading the precompiles from pre execution instead of the evm context directly, as they are only set pre-execution in the context
// loading the precompiles from pre execution instead of the evm context directly, as they
// are only set pre-execution in the context
let precompiles = evm.handler.pre_execution().load_precompiles();
assert!(precompiles.contains(&u64_to_address(0x14)));
assert!(precompiles.contains(&u64_to_address(0x100)));
Expand Down

0 comments on commit eab7a39

Please sign in to comment.