From ffd518f1a50f9597ed5ae6682a8edbf54bb9696e Mon Sep 17 00:00:00 2001 From: kaibot Date: Tue, 30 Jun 2026 02:55:53 -0400 Subject: [PATCH] fix: forward force param in push_transactions_to_willexecutors so rebroadcast actually resends pushed txs --- bal/gui/qt/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bal/gui/qt/window.py b/bal/gui/qt/window.py index 838b3d0..67e4826 100644 --- a/bal/gui/qt/window.py +++ b/bal/gui/qt/window.py @@ -906,7 +906,7 @@ class BalWindow: self.waiting_dialog.exe() def push_transactions_to_willexecutors(self, force=False): - willexecutors = Willexecutors.get_willexecutor_transactions(self.willitems) + willexecutors = Willexecutors.get_willexecutor_transactions(self.willitems, force=force) def getMsg(willexecutors): msg = "Broadcasting Transactions to Will-Executors:\n"