Browse Source

jm-qt: Clarify error message: "0" is a valid input to `numCPInput`

master
csH7KmCC9 5 years ago
parent
commit
1c2b6cdb1c
No known key found for this signature in database
GPG Key ID: 63B1CC785D3E57B1
  1. 2
      scripts/joinmarket-qt.py

2
scripts/joinmarket-qt.py

@ -1102,7 +1102,7 @@ class SpendTab(QWidget):
if len(self.numCPInput.text()) == 0:
JMQtMessageBox(
self,
"Non-zero number of counterparties must be provided.",
"Number of counterparties must be provided. Enter '0' to do a direct send instead of a CoinJoin.",
mbtype='warn', title="Error")
return False
if len(self.mixdepthInput.text()) == 0:

Loading…
Cancel
Save