Logo
Explore Help
Sign In
davide/pallectrum
1
0
Fork 0
You've already forked pallectrum
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
9b520d31aba1df4e2dcd3d96852fdee2cdc6676f
pallectrum/electrum/plugins/hw_wallet/__init__.py

3 lines
111 B
Python
Raw Normal View History

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
from .plugin import HW_PluginBase, HardwareClientBase, HardwareHandlerBase
fix command line interface for hardware wallets. fixes #3056
2017-10-19 11:59:36 +02:00
from .cmdline import CmdLineHandler
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 2030ms Template: 12ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API