mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Merge b48acc2171 into f8061fcba8
This commit is contained in:
commit
30d9f2c3d6
1 changed files with 0 additions and 1 deletions
|
|
@ -107,7 +107,6 @@ func (k *KeyManager) Init(session string, cursor int, force bool) error {
|
|||
}
|
||||
if keyRing == nil {
|
||||
keyRing = NewGeneratedKeyRing(1)
|
||||
keylogger.Infof("Created keypair. Private key: %x\n", keyRing.keys[0].PrivateKey)
|
||||
}
|
||||
return k.reset(session, cursor, keyRing)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue