Fixed broken test

This commit is contained in:
Mathias Hall-Andersen
2017-07-06 16:24:24 +02:00
parent 59f9316f51
commit 70179f8c8c
6 changed files with 15 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ type Peer struct {
outbound chan *QueueOutboundElement // sequential ordering of work
inbound chan *QueueInboundElement // sequential ordering of work
}
mac MacStatePeer
mac MACStatePeer
}
func (device *Device) NewPeer(pk NoisePublicKey) *Peer {