Add wallet passphrase to censor list
This commit is contained in:
parent
d24fea2d4f
commit
926c954d6e
@ -222,6 +222,7 @@ class Config(confini.Config):
|
|||||||
f = open(fp, 'r')
|
f = open(fp, 'r')
|
||||||
args_override['WALLET_PASSPHRASE'] = f.read()
|
args_override['WALLET_PASSPHRASE'] = f.read()
|
||||||
f.close()
|
f.close()
|
||||||
|
config.censor('PASSPHRASE', 'WALLET')
|
||||||
config.dict_override(args_override, 'cli args')
|
config.dict_override(args_override, 'cli args')
|
||||||
|
|
||||||
if arg_flags & Flag.PROVIDER:
|
if arg_flags & Flag.PROVIDER:
|
||||||
|
Loading…
Reference in New Issue
Block a user