Browse Source

Hint for `bitcoin-cli rescanblockchain` in `restart_msg`

master
Kristaps Kaupe 7 years ago
parent
commit
d909f626fd
  1. 3
      jmclient/jmclient/blockchaininterface.py

3
jmclient/jmclient/blockchaininterface.py

@ -383,7 +383,8 @@ class BitcoinCoreInterface(BlockchainInterface):
if jm_single().config.get("BLOCKCHAIN", if jm_single().config.get("BLOCKCHAIN",
"blockchain_source") != 'regtest': #pragma: no cover "blockchain_source") != 'regtest': #pragma: no cover
#Exit conditions cannot be included in tests #Exit conditions cannot be included in tests
restart_msg = ("restart Bitcoin Core with -rescan if you're " restart_msg = ("restart Bitcoin Core with -rescan or use "
"`bitcoin-cli rescanblockchain` if you're "
"recovering an existing wallet from backup seed\n" "recovering an existing wallet from backup seed\n"
"Otherwise just restart this joinmarket application.") "Otherwise just restart this joinmarket application.")
if restart_cb: if restart_cb:

Loading…
Cancel
Save