Browse Source

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

1c2b6cd jm-qt: Clarify error message: "0" is a valid input to `numCPInput` (csH7KmCC9)
master
Adam Gibson 5 years ago
parent
commit
bc55841ce6
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  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