From 4e79257ee1e1c9cd5f82dc747217321e4bbd164f Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Mon, 15 Sep 2025 06:51:25 -0700 Subject: [PATCH] Remove unused symbol. --- src/lib/wallet/ledger.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/wallet/ledger.ts b/src/lib/wallet/ledger.ts index 323058b..227d042 100644 --- a/src/lib/wallet/ledger.ts +++ b/src/lib/wallet/ledger.ts @@ -56,7 +56,6 @@ export class Ledger { static DynamicTransport: typeof TransportHID | typeof TransportBLE | typeof TransportUSB static UsbVendorId: typeof ledgerUSBVendorId = ledgerUSBVendorId - static SYMBOL: Symbol = Symbol('Ledger') /** * Check which transport protocols are supported by the browser and return the -- 2.47.3