1
0

deprecate dumpprivkeys

This commit is contained in:
ThomasV
2015-08-16 16:30:55 +02:00
parent 02e81a3655
commit fa9ce51685
2 changed files with 5 additions and 6 deletions

View File

@@ -283,7 +283,7 @@ def run_cmdline(config):
always_hook('cmdline_load_wallet', wallet)
# important warning
if cmd.name in ['getprivatekeys', 'dumpprivkeys']:
if cmd.name in ['getprivatekeys']:
print_stderr("WARNING: ALL your private keys are secret.")
print_stderr("Exposing a single private key can compromise your entire wallet!")
print_stderr("In particular, DO NOT use 'redeem private key' services proposed by third parties.")