Don't expose heartbeat to app
This commit is contained in:
parent
e58629c2f1
commit
58795eb87e
4 changed files with 7 additions and 6 deletions
|
|
@ -11,7 +11,6 @@ pub fn handle_new_peer(
|
|||
) {
|
||||
if let Some(seed) = seed {
|
||||
for peer in new_peers {
|
||||
warn!("Sending seed to peer: {}", peer.uuid);
|
||||
outbound.write(OutboundPacket(Packet::new((*seed).into(), peer.uuid)));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue