summaryrefslogtreecommitdiff
path: root/src/device.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.go')
-rw-r--r--src/device.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.go b/src/device.go
index a317122..c577623 100644
--- a/src/device.go
+++ b/src/device.go
@@ -32,7 +32,7 @@ type Device struct {
stop chan struct{}
}
peers map[NoisePublicKey]*Peer
- mac MacStateDevice
+ mac MACStateDevice
}
func (device *Device) SetPrivateKey(sk NoisePrivateKey) {