Fixed broken test
This commit is contained in:
parent
59f9316f51
commit
70179f8c8c
6 changed files with 15 additions and 15 deletions
|
|
@ -32,7 +32,7 @@ type Device struct {
|
|||
stop chan struct{}
|
||||
}
|
||||
peers map[NoisePublicKey]*Peer
|
||||
mac MacStateDevice
|
||||
mac MACStateDevice
|
||||
}
|
||||
|
||||
func (device *Device) SetPrivateKey(sk NoisePrivateKey) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue