diff --git a/substrate/client/consensus/pow/src/lib.rs b/substrate/client/consensus/pow/src/lib.rs index 8c15528795c5534090ba3c959327a91274ce9c61..42d1bc050192c3a269f4c4c64e94d4ef70d393cf 100644 --- a/substrate/client/consensus/pow/src/lib.rs +++ b/substrate/client/consensus/pow/src/lib.rs @@ -648,6 +648,8 @@ fn mine_loop<B: BlockT, C, Algorithm, E, SO, S, CAW>( } }; + log::info!("✅ Successfully mined block: {}", best_hash); + let (hash, seal) = { let seal = DigestItem::Seal(POW_ENGINE_ID, seal); let mut header = header.clone();