LBRY-Vault/electrum/plugins/trustedcoin
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 integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01:00
kivy.py change many str(e) to repr(e) as some exceptions were cryptic 2019-07-17 20:12:52 +02:00
legacy_tx_format.py wallet: only select mature coins by default 2020-01-02 00:43:49 +01:00
qt.py follow-up cefa4762ba 2019-09-10 16:24:21 +02:00
trustedcoin.py bitcoin.py: remove some remnants of TYPE_ADDRESS, TYPE_SCRIPT 2019-11-21 18:51:38 +01:00