fix: unencrypted seed
This commit is contained in:
1
electrum
1
electrum
@@ -394,6 +394,7 @@ if __name__ == '__main__':
|
|||||||
exit(1)
|
exit(1)
|
||||||
else:
|
else:
|
||||||
password = None
|
password = None
|
||||||
|
seed = wallet.seed
|
||||||
|
|
||||||
if cmd == 'importprivkey':
|
if cmd == 'importprivkey':
|
||||||
# See if they specificed a key on the cmd line, if not prompt
|
# See if they specificed a key on the cmd line, if not prompt
|
||||||
|
|||||||
Reference in New Issue
Block a user