LBRY-Vault/electrum/plugins/keepkey
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
client.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
clientbase.py hardware wallets: create base class for HW Clients. add some type hints 2019-11-11 17:04:12 +01:00
cmdline.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
keepkey.py wallet: only select mature coins by default 2020-01-02 00:43:49 +01:00
qt.py keepkey: rm homescreen stuff (remnants from trezor?) 2019-04-29 19:33:54 +02:00