electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 7618693ca95b69d1529845019df9c02d4da475d4
parent 2d6a68545bcd30f8b58653a04b4f902edadab1cd
Author: Jean P <10632523+TamtamHero@users.noreply.github.com>
Date:   Wed, 20 Feb 2019 13:46:26 +0100

Add support for Ledger Nano X and future devices (#5140)


Diffstat:
Melectrum/plugins/ledger/ledger.py | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/electrum/plugins/ledger/ledger.py b/electrum/plugins/ledger/ledger.py @@ -546,7 +546,14 @@ class LedgerPlugin(HW_PluginBase): (0x2581, 0x3b7c), # HW.1 ledger production (0x2581, 0x4b7c), # HW.1 ledger test (0x2c97, 0x0000), # Blue - (0x2c97, 0x0001) # Nano-S + (0x2c97, 0x0001), # Nano-S + (0x2c97, 0x0004), # Nano-X + (0x2c97, 0x0005), # RFU + (0x2c97, 0x0006), # RFU + (0x2c97, 0x0007), # RFU + (0x2c97, 0x0008), # RFU + (0x2c97, 0x0009), # RFU + (0x2c97, 0x000a) # RFU ] SUPPORTED_XTYPES = ('standard', 'p2wpkh-p2sh', 'p2wpkh', 'p2wsh-p2sh', 'p2wsh')