Add wallet passphrase to censor list

This commit is contained in:
lash 2022-02-20 18:42:30 +00:00
parent d24fea2d4f
commit 926c954d6e
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ class Config(confini.Config):
f = open(fp, 'r')
args_override['WALLET_PASSPHRASE'] = f.read()
f.close()
config.censor('PASSPHRASE', 'WALLET')
config.dict_override(args_override, 'cli args')
if arg_flags & Flag.PROVIDER: