From 54109ba1d8b1e5058ea681d2505114d7328a69be Mon Sep 17 00:00:00 2001 From: zebra-lucky Date: Thu, 30 Oct 2025 03:49:45 +0200 Subject: [PATCH] Qt: fix JMQtMessageBox call --- scripts/joinmarket-qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/joinmarket-qt.py b/scripts/joinmarket-qt.py index 85f1e10..26e029a 100755 --- a/scripts/joinmarket-qt.py +++ b/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.",