summaryrefslogtreecommitdiffstats
path: root/device/peer.go
diff options
context:
space:
mode:
Diffstat (limited to 'device/peer.go')
-rw-r--r--device/peer.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/device/peer.go b/device/peer.go
index 332f7bd..a063b91 100644
--- a/device/peer.go
+++ b/device/peer.go
@@ -111,7 +111,6 @@ func (device *Device) NewPeer(pk NoisePublicKey) (*Peer, error) {
// add
device.peers.keyMap[pk] = peer
- device.peers.empty.Set(false)
// start peer
peer.timersInit()