Browse Source

Qt: fix JMQtMessageBox call

add_frost_channel_encryption
zebra-lucky 2 months 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( if makercount < jm_single().config.getint(
"POLICY", "minimum_makers"): "POLICY", "minimum_makers"):
JMQtMessageBox(self, "Number of counterparties (" + str( await JMQtMessageBox(self, "Number of counterparties (" + str(
makercount) + ") below minimum_makers (" + str( makercount) + ") below minimum_makers (" + str(
jm_single().config.getint("POLICY", "minimum_makers")) + jm_single().config.getint("POLICY", "minimum_makers")) +
") in configuration.", ") in configuration.",

Loading…
Cancel
Save