better help text for offline restore
This commit is contained in:
2
electrum
2
electrum
@@ -249,7 +249,7 @@ if __name__ == '__main__':
|
|||||||
interface = Interface(config)
|
interface = Interface(config)
|
||||||
if not options.offline:
|
if not options.offline:
|
||||||
if not interface.start(wait=True):
|
if not interface.start(wait=True):
|
||||||
print_msg("Not connected, aborting.")
|
print_msg("Not connected, aborting. Try option -o if you want to restore offline.")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
wallet.interface = interface
|
wallet.interface = interface
|
||||||
verifier = WalletVerifier(interface, config)
|
verifier = WalletVerifier(interface, config)
|
||||||
|
|||||||
Reference in New Issue
Block a user