Browse Source

Merge #653: Add missing close parenthesis to RPC error message

bbcf7e4 Add missing close parenthesis to RPC error message (Kristaps Kaupe)
master
Adam Gibson 5 years ago
parent
commit
a8cd002084
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 2
      scripts/joinmarket-qt.py

2
scripts/joinmarket-qt.py

@ -1980,7 +1980,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)

Loading…
Cancel
Save