Skip to content

Commit

Permalink
improve log
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed May 10, 2024
1 parent 4f7e04e commit b728086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/common/empty_block/production.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ where
)
.await?;

log::info!("Produced a new block: {:?}", next_block.header());
log::info!("Produced a new block ({})", array_bytes::bytes2hex("0x", next_block.header().hash()));

// And now we restore previous state.
ext.backend = backend;
Expand Down

0 comments on commit b728086

Please sign in to comment.