Pipeline broadcast socket transmit and blocktree record (#7481)
automerge
This commit is contained in:
committed by
Grimes
parent
504adcc8c8
commit
97589f77f8
@@ -432,7 +432,12 @@ impl Validator {
|
||||
);
|
||||
info!(
|
||||
"local broadcast address: {}",
|
||||
node.sockets.broadcast.local_addr().unwrap()
|
||||
node.sockets
|
||||
.broadcast
|
||||
.first()
|
||||
.unwrap()
|
||||
.local_addr()
|
||||
.unwrap()
|
||||
);
|
||||
info!(
|
||||
"local repair address: {}",
|
||||
|
Reference in New Issue
Block a user