You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/server/p2p/network.rs
+13-14Lines changed: 13 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -620,7 +620,7 @@ where S: ShareChain
620
620
returnOk(MessageAcceptance::Reject);
621
621
}
622
622
623
-
info!(target:LOG_TARGET, squad = &self.config.squad;"🆕 New block from broadcast: {:?}",&payload.new_blocks.iter().map(|b| b.height.to_string()).collect::<Vec<String>>());
623
+
info!(target:LOG_TARGET, squad = &self.config.squad;"[{:?}]🆕 New block from broadcast: {:?}",&payload.new_blocks.first().unwrap().original_header.pow.pow_algo ,&payload.new_blocks.iter().map(|b| b.height.to_string()).collect::<Vec<String>>());
624
624
// info!(target: LOG_TARGET, squad = &self.config.squad; "🆕 New blocks from broadcast:
0 commit comments