mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
Remove logging of created privkey
This commit is contained in:
parent
f8061fcba8
commit
b48acc2171
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