Skip to content

Commit

Permalink
Update substrate/client/basic-authorship/src/basic_authorship.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkucharczyk authored Dec 5, 2024
1 parent 1618880 commit db11394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/client/basic-authorship/src/basic_authorship.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ where

if log::log_enabled!(log::Level::Info) {
info!(
"🎁 Prepared block for proposing at {} ({} ms) hash: {:?}; parent_hash: {}; end: {:?}; extrinsics_count: {};",
"🎁 Prepared block for proposing at {} ({} ms) hash: {:?}; parent_hash: {}; end: {:?}; extrinsics_count: {}",
block.header().number(),
block_took.as_millis(),
<Block as BlockT>::Hash::from(block.header().hash()),
Expand Down

0 comments on commit db11394

Please sign in to comment.