From c773c2b5d5bc697270db7d17b47b8d5b9262a87a Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Wed, 23 Jul 2025 08:20:40 -0700 Subject: [PATCH] Remove unused import. --- src/lib/wallets/wallet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/wallets/wallet.ts b/src/lib/wallets/wallet.ts index 0d56949..673435b 100644 --- a/src/lib/wallets/wallet.ts +++ b/src/lib/wallets/wallet.ts @@ -7,7 +7,7 @@ import { ADDRESS_GAP } from '#src/lib/constants.js' import { bytes, hex, utf8 } from '#src/lib/convert.js' import { Entropy } from '#src/lib/entropy.js' import { Rpc } from '#src/lib/rpc.js' -import { Key, KeyPair, NamedData } from '#types' +import { Key, KeyPair } from '#types' import { SafeWorker } from '#workers' /** -- 2.47.3