namecoin / electrum-nmc

Namecoin port of Electrum Bitcoin client.
https://www.namecoin.org/
MIT License
29 stars 24 forks source link

Qt main_window broadcast_transaction isn't suitable for multiple transactions #102

Open JeremyRand opened 5 years ago

JeremyRand commented 5 years ago

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.