From 098a6a2770a7370ccfcef4561bf701f3a3bbd78e Mon Sep 17 00:00:00 2001 From: netbonus <151201453+netbonus@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:56:27 -0500 Subject: [PATCH] remove response error --- src/util.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util.ts b/src/util.ts index 286d64e9..df02b8cc 100644 --- a/src/util.ts +++ b/src/util.ts @@ -26,7 +26,6 @@ import { isValidBlockExplorerResponse, } from './shared/validators'; import { FirmwareConstants } from './types'; -import { LatticeResponseError } from './shared/errors'; const { COINS, PURPOSES } = BIP_CONSTANTS; let ec: EC | undefined;