fix: forward force param in push_transactions_to_willexecutors so rebroadcast actually resends pushed txs

This commit is contained in:
2026-06-30 02:55:53 -04:00
parent 8a6cfc13cf
commit ffd518f1a5

View File

@@ -906,7 +906,7 @@ class BalWindow:
self.waiting_dialog.exe() self.waiting_dialog.exe()
def push_transactions_to_willexecutors(self, force=False): 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): def getMsg(willexecutors):
msg = "Broadcasting Transactions to Will-Executors:\n" msg = "Broadcasting Transactions to Will-Executors:\n"