mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-15 12:50:57 +02:00
jm-qt: Clarify error message: "0" is a valid input to numCPInput
This commit is contained in:
parent
a812dcf696
commit
1c2b6cdb1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue