summaryrefslogtreecommitdiff
path: root/src/peer.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/peer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peer.go b/src/peer.go
index 02aac3b..a4feb2f 100644
--- a/src/peer.go
+++ b/src/peer.go
@@ -56,7 +56,7 @@ type Peer struct {
outbound chan *QueueOutboundElement // sequential ordering of work
inbound chan *QueueInboundElement // sequential ordering of work
}
- mac MACStatePeer
+ mac CookieGenerator
}
func (device *Device) NewPeer(pk NoisePublicKey) (*Peer, error) {