diff --git a/jmclient/jmclient/blockchaininterface.py b/jmclient/jmclient/blockchaininterface.py index 568b41c..fc40802 100644 --- a/jmclient/jmclient/blockchaininterface.py +++ b/jmclient/jmclient/blockchaininterface.py @@ -383,7 +383,8 @@ class BitcoinCoreInterface(BlockchainInterface): if jm_single().config.get("BLOCKCHAIN", "blockchain_source") != 'regtest': #pragma: no cover #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" "Otherwise just restart this joinmarket application.") if restart_cb: