LBRY-Vault/electrum/gui
SomberNight 6760c3f252
hw wallets: introduce HardwareHandlerBase
previously, client.handler was sometimes
- an InstallWizard
- a QtHandlerBase where win was an ElectrumWindow
- a QtHandlerBase where win was an InstallWizard
- a CmdLineHandler

That's just too much dynamic untyped undocumented polymorphism...
Now it will never be an InstallWizard (replaced with QtHandlerBase where win is an InstallWizard),
and now in all cases client.handler is an instance of HardwareHandlerBase, yay.

related: #6063
2020-03-31 14:40:25 +02:00
..
icons more post-rebase fixups 2019-08-20 09:03:11 +02:00
kivy wizard: add a warning to multisig wallet creation to backup xpubs 2020-03-31 07:44:23 +02:00
qt hw wallets: introduce HardwareHandlerBase 2020-03-31 14:40:25 +02:00
__init__.py some import clean-up in qt 2018-09-25 18:15:28 +02:00
stdio.py integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01:00
text.py fixes for text interface 2020-02-08 12:35:07 +01:00