From bb79a6d28f359715a428a5f4aefb0e12a1171144 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Wed, 29 Jun 2022 11:47:54 +0300 Subject: [PATCH] Remove hint to restart Bitcoin Core with -rescan parameter It was removed in https://github.com/bitcoin/bitcoin/commit/571bb94dfb5047c9be8fcbae5dae71de7256b86c, with Bitcoin Core v23.0. --- jmclient/jmclient/wallet_service.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jmclient/jmclient/wallet_service.py b/jmclient/jmclient/wallet_service.py index 55ba6b2..7f38c15 100644 --- a/jmclient/jmclient/wallet_service.py +++ b/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: