mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-10 14:03:46 +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
|
config.PrivateKey = privateKey
|
||||||
err = writePrivateKey(privateKey, config, privateKeyFileName)
|
err = writePrivateKey(privateKey, config, privateKeyFileName)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue