Skip to content

Commit

Permalink
Update src/evm.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Villanueva <[email protected]>
  • Loading branch information
grw-ms and MexicanAce authored Sep 14, 2023
1 parent b4b0b48 commit 296e295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ impl<S: Send + Sync + 'static + ForkSource + std::fmt::Debug> EvmNamespaceT
.collect(),
)
}
println!("👷 Mined block #{}", block.number.as_u64());
log::info!("👷 Mined block #{}", block.number.as_u64());

// update node state
inner.block_hashes.insert(block.number.as_u64(), block.hash);
Expand Down

0 comments on commit 296e295

Please sign in to comment.