forked from bitcoinafterlife/bal-electrum-plugin
fix: forward force param in push_transactions_to_willexecutors so rebroadcast actually resends pushed txs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user