Skip to content
Snippets Groups Projects
Commit 819a90ce authored by Benjamin Kampmann's avatar Benjamin Kampmann Committed by asynchronous rob
Browse files

Update log message for propsing blocks (#77)

in accordance with https://github.com/paritytech/substrate/pull/1397
parent c05e05aa
Branches
No related merge requests found
......@@ -687,7 +687,7 @@ impl<C, TxApi> CreateProposal<C, TxApi> where
let new_block = block_builder.bake()?;
info!("Proposing block [number: {}; hash: {}; parent_hash: {}; extrinsics: [{}]]",
info!("Prepared block for proposing at {} [hash: {:?}; parent_hash: {}; extrinsics: [{}]]",
new_block.header.number,
Hash::from(new_block.header.hash()),
new_block.header.parent_hash,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment