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

@@ -32,7 +32,7 @@ type Device struct {
stop chan struct{}
}
peers map[NoisePublicKey]*Peer
mac MacStateDevice
mac MACStateDevice
}
func (device *Device) SetPrivateKey(sk NoisePrivateKey) {