From 96e8cad4db9a81e8237122876bd33f8b1384e21e Mon Sep 17 00:00:00 2001 From: jxom Date: Tue, 24 Sep 2024 12:00:08 +1000 Subject: [PATCH] chore: up --- src/internal/HdKey/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/HdKey/types.ts b/src/internal/HdKey/types.ts index d61f1a57..2b528078 100644 --- a/src/internal/HdKey/types.ts +++ b/src/internal/HdKey/types.ts @@ -1,4 +1,4 @@ -import type { HDKey, Versions } from '@scure/bip32' +import type { Versions } from '@scure/bip32' import type { Hex } from '../Hex/types.js' import type { PublicKey } from '../PublicKey/types.js'