From d909f626fd1975940ee160add853bff7028518d8 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Tue, 28 May 2019 22:35:38 +0300 Subject: [PATCH] Hint for `bitcoin-cli rescanblockchain` in `restart_msg` --- jmclient/jmclient/blockchaininterface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: