mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
removal of log of private key (security)
This commit is contained in:
parent
c587eaa7ea
commit
4256da483a
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ func setPrivateKey(ctx *cli.Context, config *Config) error {
|
|||
}
|
||||
}
|
||||
}
|
||||
log.Debug("Current client private key", "private key", privateKey)
|
||||
|
||||
config.PrivateKey = privateKey
|
||||
err = writePrivateKey(privateKey, config, privateKeyFileName)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue