mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Remove logging of password if fails (#7404)
* Remove logging of password if fails
This commit is contained in:
@@ -182,7 +182,7 @@ func main() {
|
||||
prefix := params.BeaconConfig().ValidatorPrivkeyFileName
|
||||
validatorKeys, err = store.GetKeys(prysmKeystorePath, prefix, rawPassword, false /* warnOnFail */)
|
||||
if err != nil {
|
||||
log.WithField("path", prysmKeystorePath).WithField("password", rawPassword).Errorf("Could not get keys: %v", err)
|
||||
log.WithField("path", prysmKeystorePath).Errorf("Could not get keys: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user