Skip to content

Commit

Permalink
CBC-894 Prepare Release OpenEthereum 3.4.0
Browse files Browse the repository at this point in the history
- improve logging (Adding tx is now info)
  • Loading branch information
MarkusSprunck committed Oct 23, 2024
1 parent 7dd9482 commit f9b3ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ethcore/src/miner/miner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ impl Miner {
_ => {}
}

debug!(target: "miner", "Adding tx {:?} took {} ms", hash, took_ms(&took));
info!(target: "miner", "Adding tx {:?} took {} ms", hash, took_ms(&took));
match result {
Err(Error(
ErrorKind::Execution(ExecutionError::BlockGasLimitReached {
Expand Down

0 comments on commit f9b3ed0

Please sign in to comment.