KeyManager.KeyRing(): KeyPair => KeyRing

This commit is contained in:
ebuchman 2015-01-15 13:36:01 -05:00
parent bb55307a9d
commit 4bd9e7efcc

View file

@ -30,8 +30,8 @@ func (k *KeyManager) KeyPair() *KeyPair {
return k.keyPair return k.keyPair
} }
func (k *KeyManager) KeyRing() *KeyPair { func (k *KeyManager) KeyRing() *KeyRing {
return k.keyPair return k.keyRing
} }
func (k *KeyManager) PrivateKey() []byte { func (k *KeyManager) PrivateKey() []byte {