This commit is contained in:
ebuchman 2015-01-19 09:56:24 +00:00
commit 907e1d3b4f

View file

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