diff --git a/jmclient/jmclient/blockchaininterface.py b/jmclient/jmclient/blockchaininterface.py index 39412c7..e66d251 100644 --- a/jmclient/jmclient/blockchaininterface.py +++ b/jmclient/jmclient/blockchaininterface.py @@ -395,7 +395,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: