Add emojis (#944)

This commit is contained in:
Gavin Wood
2020-03-26 22:39:40 +01:00
committed by GitHub
parent caa405e1eb
commit de1c97fb85
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ impl<Client, TxPool, Backend> CreateProposalData<Client, TxPool, Backend> where
let (new_block, storage_changes, proof) = block_builder.build()?.into_inner();
info!("Prepared block for proposing at {} [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,