mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-17 13:07:51 +02:00
Add missing close parenthesis to RPC error message
This commit is contained in:
parent
42a501032c
commit
bbcf7e473d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue