mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Merge 4bd9e7efcc into 7394ee7c72
This commit is contained in:
commit
907e1d3b4f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue