I'd like to replace the console broadcast() in UNOList's renew_selected_items with ElectrumWindow's broadcast_transaction. This would make maintenance easier and reduce code duplication. Unfortunately, each transaction results in a show_message call, which would result in dialog spam when calling with multiple transactions. It would be useful to patch broadcast_transaction to handle a list of multiple transactions. This would probably be best if done upstream.
I'd like to replace the console
broadcast()
inUNOList
'srenew_selected_items
withElectrumWindow
'sbroadcast_transaction
. This would make maintenance easier and reduce code duplication. Unfortunately, each transaction results in ashow_message
call, which would result in dialog spam when calling with multiple transactions. It would be useful to patchbroadcast_transaction
to handle a list of multiple transactions. This would probably be best if done upstream.