LBRY-Vault/electrum/plugins/digitalbitbox
SomberNight d2f132738a
wallet: only select mature coins by default
this is a regression from #5721

Removed the `TxInput.is_coinbase` method as I think it is a confusing API,
instead we now have `TxInput.is_coinbase_input` and `TxInput.is_coinbase_output`.

related #5872
2020-01-02 00:43:49 +01:00
..
__init__.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
cmdline.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
digitalbitbox.py wallet: only select mature coins by default 2020-01-02 00:43:49 +01:00
qt.py integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01:00