Browse Source

Merge #1311: Remove hint to restart Bitcoin Core with `-rescan` parameter

bb79a6d Remove hint to restart Bitcoin Core with -rescan parameter (Kristaps Kaupe)
master
Adam Gibson 4 years ago
parent
commit
529264830c
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 3
      jmclient/jmclient/wallet_service.py

3
jmclient/jmclient/wallet_service.py

@ -650,8 +650,7 @@ class WalletService(Service):
# CLI scripts will use
if self.bci.__class__ == BitcoinCoreInterface:
#Exit conditions cannot be included in tests
restart_msg = ("restart Bitcoin Core with -rescan or use "
"`bitcoin-cli rescanblockchain` if you're "
restart_msg = ("Use `bitcoin-cli rescanblockchain` if you're "
"recovering an existing wallet from backup seed\n"
"Otherwise just restart this joinmarket application.")
if restart_cb:

Loading…
Cancel
Save