mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Update log message for propsing blocks (#77)
in accordance with https://github.com/paritytech/substrate/pull/1397
This commit is contained in:
committed by
Robert Habermeier
parent
c05e05aa49
commit
819a90ce67
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user