removal of log of private key (security)

This commit is contained in:
Rafael Sampaio 2024-09-29 14:19:05 -03:00
parent c587eaa7ea
commit 4256da483a

View file

@ -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 {