fix create bug
This commit is contained in:
@@ -669,7 +669,7 @@ if __name__ == '__main__':
|
|||||||
wallet.save()
|
wallet.save()
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
if not wallet.read() and cmd != 'help':
|
if not wallet.read() and cmd not in ['help','create']:
|
||||||
print "Wallet file not found."
|
print "Wallet file not found."
|
||||||
print "Type 'electrum.py create' to create a new wallet, or provide a path to a wallet with the -d option"
|
print "Type 'electrum.py create' to create a new wallet, or provide a path to a wallet with the -d option"
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user