From 259545f2d67d1d542af5b9dc5a887c3ca7c02e27 Mon Sep 17 00:00:00 2001 From: xin Date: Tue, 1 Apr 2025 16:37:18 +0800 Subject: [PATCH] feat: remove esmodule type --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 1228899..ca72c10 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ import type { PersistencePolicy, Protocol, } from "./types"; -import type { TransactionVerbose } from "./types/transactionVerbose"; +import type { TransactionVerbose } from "./types/TransactionVerbose"; import type { MempoolTransaction } from "./types/mempoolTransaction"; export class ElectrumClient extends Client {