From 2326d6a4d75f9f3736046cc526eb593a403d4c7a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 13 May 2018 19:33:41 +0200 Subject: Odds and ends --- keypair.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keypair.go') diff --git a/keypair.go b/keypair.go index 6f6f7c0..ea72a11 100644 --- a/keypair.go +++ b/keypair.go @@ -33,7 +33,7 @@ type Keypairs struct { mutex sync.RWMutex current *Keypair previous *Keypair - next *Keypair // not yet "confirmed by transport" + next *Keypair } func (kp *Keypairs) Current() *Keypair { -- cgit v1.2.3