Browse Source

Remove hint to restart Bitcoin Core with -rescan parameter

It was removed in
571bb94dfb,
with Bitcoin Core v23.0.
master
Kristaps Kaupe 4 years ago
parent
commit
bb79a6d28f
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  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