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: