-WIP-electrum-btcp/plugins/ledger
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
cmdline.py Remove some unused hook infrastructure 2016-01-01 19:15:01 +09:00
ledger.py BIP32_HD_Wallet: Fix address derivation 2016-01-10 20:06:13 +09:00
qt.py restore action-driven wizard logic 2016-01-07 00:55:23 +01:00