LBRY-Vault/electrum/plugins/safe_t
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 Add support for Archos Safe-T mini hardware wallet (#4445) 2018-07-25 20:11:04 +02:00
client.py Add support for Archos Safe-T mini hardware wallet (#4445) 2018-07-25 20:11:04 +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 Add support for Archos Safe-T mini hardware wallet (#4445) 2018-07-25 20:11:04 +02:00
pinmatrix.py qt/hww: temporarily bundle our own version of safetlib.qt.pinmatrix 2019-01-31 20:58:04 +01:00
qt.py Trezor: Minor nit in settings screen. Image size was shown as H x W 2019-04-29 19:28:42 +02:00
safe_t.py wallet: only select mature coins by default 2020-01-02 00:43:49 +01:00
transport.py logging: basics 2019-05-02 15:19:03 +02:00