LBRY-Vault/electrum/plugins/hw_wallet
SomberNight d3fd87ebd0
hardware wallets: wizard no longer requests xpub at path "m"
This was done to calculate the bip32 root fingerprint but it broke
the digitalbitbox. The keystore already had a different way to get
the root fingerprint for existing wallets, specifically handling this
case; the code in base_wizard used when creating new wallets was
duplicating that code originally and was then forgotten to be updated.
Now these codepaths are unified.

closes #5816
2019-12-02 19:31:17 +01:00
..
__init__.py hardware wallets: create base class for HW Clients. add some type hints 2019-11-11 17:04:12 +01:00
cmdline.py logging: basics 2019-05-02 15:19:03 +02:00
plugin.py hardware wallets: wizard no longer requests xpub at path "m" 2019-12-02 19:31:17 +01:00
qt.py add some type hints 2019-11-22 22:59:33 +01:00