Fixed broken test
This commit is contained in:
parent
59f9316f51
commit
70179f8c8c
6 changed files with 15 additions and 15 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue