Browse Source

fix update_pasword bug

master
ThomasV 9 years ago
parent
commit
983e152ea3
  1. 1
      electrum

1
electrum

@ -125,6 +125,7 @@ def run_non_RPC(config):
k = keystore.from_keys(text)
else:
sys.exit("Error: Seed or key not recognized")
if password:
k.update_password(None, password)
storage.put('keystore', k.dump())
storage.put('wallet_type', 'standard')

Loading…
Cancel
Save