clifordsymack / Electron-Cash

Electrum; Bitcoin thin client
MIT License
6 stars 3 forks source link

My hope is this fixes the Qt status bug #11

Closed cculianu closed 5 years ago

cculianu commented 5 years ago

.. an added benefit is it's hopefully slightly more "elegant" an approach than iterating over the items twice. This basically uses a callback before the item is being displayed as a hook.

The modification to utxo_list.py is minimal and acceptable. :)