From 8246dd55ec8a78292df4c260121d0f9daa305671 Mon Sep 17 00:00:00 2001 From: gitaccount798 <52432792+gitaccount798@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:56:39 +1300 Subject: [PATCH] remove btchip no longer needed --- electrum/plugins/ledger/ledger.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/electrum/plugins/ledger/ledger.py b/electrum/plugins/ledger/ledger.py index c796814cd850..f8e935ac9136 100644 --- a/electrum/plugins/ledger/ledger.py +++ b/electrum/plugins/ledger/ledger.py @@ -41,11 +41,6 @@ # legacy imports # note: we could replace "btchip" with "ledger_bitcoin.btchip" but the latter does not support HW.1 import hid - from btchip.btchipComm import HIDDongleHIDAPI - from btchip.btchip import btchip - from btchip.btchipUtils import compress_public_key - from btchip.bitcoinTransaction import bitcoinTransaction - from btchip.btchipException import BTChipException LEDGER_BITCOIN = True except ImportError as e: