electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 921d60468c32119217fd3347c9322a328b06cdcd
parent 8fcd782ff44af8716054e646e89c637e7b4c5b86
Author: thomasv <thomasv@gitorious>
Date:   Tue, 16 Apr 2013 15:19:41 +0200

better help text for offline restore

Diffstat:
Melectrum | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum b/electrum @@ -249,7 +249,7 @@ if __name__ == '__main__': interface = Interface(config) if not options.offline: 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) wallet.interface = interface verifier = WalletVerifier(interface, config)