diff options
Diffstat (limited to 'device/keypair.go')
-rw-r--r-- | device/keypair.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/keypair.go b/device/keypair.go index 2f2f222..254e696 100644 --- a/device/keypair.go +++ b/device/keypair.go @@ -26,7 +26,7 @@ type Keypair struct { sendNonce uint64 send cipher.AEAD receive cipher.AEAD - replayFilter replay.ReplayFilter + replayFilter replay.Filter isInitiator bool created time.Time localIndex uint32 |