mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
Add "✅ Successfully mined block" log message (#6764)
This commit is contained in:
committed by
GitHub
parent
5060324b91
commit
814911f414
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user