Add wallet passphrase to censor list

This commit is contained in:
lash
2022-02-20 18:42:30 +00:00
parent d24fea2d4f
commit 926c954d6e

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: