From 0bea2ebffb2300a5cb21360d08d5525f00851e3c Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 7 Sep 2025 12:41:11 -0700 Subject: [PATCH] Remove unused imports. --- src/lib/account/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/account/index.ts b/src/lib/account/index.ts index 612bb2a..cc513e8 100644 --- a/src/lib/account/index.ts +++ b/src/lib/account/index.ts @@ -3,7 +3,7 @@ import { KeyPair } from '#types' import { Block } from '../block' -import { ACCOUNT_KEY_BYTE_LENGTH, ACCOUNT_KEY_HEX_LENGTH, ALPHABET, BURN_ADDRESS, PREFIX, PREFIX_LEGACY } from '../constants' +import { ACCOUNT_KEY_BYTE_LENGTH, ACCOUNT_KEY_HEX_LENGTH } from '../constants' import { bytes, hex } from '../convert' import { NanoNaCl } from '../crypto' import { Rpc } from '../rpc' -- 2.47.3