From fb8ce23bf6aa7884df8067eb5d7f3ad640e6e0ab Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 3 Apr 2026 15:54:08 -0700 Subject: [PATCH] Remove deprecated export. --- src/lib/crypto/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/crypto/index.ts b/src/lib/crypto/index.ts index 4b5d851..3908f0a 100644 --- a/src/lib/crypto/index.ts +++ b/src/lib/crypto/index.ts @@ -4,7 +4,6 @@ import { Bip39 } from './bip39' import { Bip44 } from './bip44' import { Blake2b } from './blake2b' -import { Secp256k1 } from './secp256k1' import { WalletAesGcm } from './wallet-aes-gcm' -export { Bip39, Bip44, Blake2b, Secp256k1, WalletAesGcm } +export { Bip39, Bip44, Blake2b, WalletAesGcm } -- 2.47.3