Odds and ends
This commit is contained in:
parent
e94185681f
commit
2326d6a4d7
16 changed files with 139 additions and 164 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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue