Browse Source

Qt: fix JMQtMessageBox call

add_frost_channel_encryption
zebra-lucky 1 month ago
parent
commit
54109ba1d8
  1. 2
      scripts/joinmarket-qt.py

2
scripts/joinmarket-qt.py

@ -937,7 +937,7 @@ class SpendTab(QWidget):
if makercount < jm_single().config.getint(
"POLICY", "minimum_makers"):
JMQtMessageBox(self, "Number of counterparties (" + str(
await JMQtMessageBox(self, "Number of counterparties (" + str(
makercount) + ") below minimum_makers (" + str(
jm_single().config.getint("POLICY", "minimum_makers")) +
") in configuration.",

Loading…
Cancel
Save