diff options
Diffstat (limited to 'keypair.go')
-rw-r--r-- | keypair.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |