-WIP-electrum-btcp/plugins/trezor
Neil Booth 3d781a2d1b BIP32_HD_Wallet: Fix address derivation
Unfortunately there was root_name and root_derivation confusion
in the past for classes derived from BIP_32_HD_Wallet.
Address derivation used root_name and so would begin with 'x/'
whereas it should have begun with root_derivation, and so started
with 'm/'.

This fixes that old wart and removes some fudges from the trezor
code that used to work around it.
2016-01-10 20:06:13 +09:00
..
__init__.py finish separation between plugins and GUIs 2015-11-24 09:36:42 +01:00
client.py BIP32_HD_Wallet: Fix address derivation 2016-01-10 20:06:13 +09:00
cmdline.py Better install wizard 2016-01-01 16:48:18 +09:00
plugin.py BIP32_HD_Wallet: Fix address derivation 2016-01-10 20:06:13 +09:00
qt.py Use relative imports. 2016-01-02 23:34:10 +09:00
qt_generic.py QT handler improvements 2016-01-10 13:24:56 +09:00
trezor.py Use a shared device manager 2016-01-06 07:56:58 +09:00