From bbcf7e473d8922bebec6f8c890352e05dafd131e Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Mon, 27 Jul 2020 01:41:52 +0300 Subject: [PATCH] Add missing close parenthesis to RPC error message --- scripts/joinmarket-qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/joinmarket-qt.py b/scripts/joinmarket-qt.py index 6e5a453..3ebd68a 100755 --- a/scripts/joinmarket-qt.py +++ b/scripts/joinmarket-qt.py @@ -1985,7 +1985,7 @@ except Exception as e: ["Errors about failed RPC connections usually mean an incorrectly ", "configured instance of Bitcoin Core (e.g. it hasn't been started ", "or the rpc ports are not correct in your joinmarket.cfg or your ", - "bitcoin.conf file." + "bitcoin.conf file)." ]) JMQtMessageBox(None, config_load_error, mbtype='crit', title='failed to load') sys.exit(EXIT_FAILURE)