Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Fixing ledger IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey committed Dec 1, 2020
1 parent 1f2121d commit 178a92e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions electrum/plugins/ledger/ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,14 @@ class LedgerPlugin(HW_PluginBase):
(0x2581, 0x3b7c), # HW.1 ledger production
(0x2581, 0x4b7c), # HW.1 ledger test
(0x2c97, 0x0000), # Blue
(0x2c97, 0x0011), # Blue app-bitcoin >= 1.5.1
(0x2c97, 0x0015), # Blue app-bitcoin >= 1.5.1
(0x2c97, 0x0001), # Nano-S
(0x2c97, 0x1011), # Nano-S app-bitcoin >= 1.5.1
(0x2c97, 0x1015), # Nano-S app-bitcoin >= 1.5.1
(0x2c97, 0x0004), # Nano-X
(0x2c97, 0x4011), # Nano-X app-bitcoin >= 1.5.1
(0x2c97, 0x4015), # Nano-X app-bitcoin >= 1.5.1
(0x2c97, 0x0005), # RFU
(0x2c97, 0x0006), # RFU
(0x2c97, 0x0007), # RFU
Expand Down

0 comments on commit 178a92e

Please sign in to comment.