From 7abb238529f10e939b0d33bd2dc18b115cfdf81b Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sat, 9 Aug 2025 15:56:54 -0700 Subject: [PATCH] Remove unused imports. --- src/lib/wallet/safe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/wallet/safe.ts b/src/lib/wallet/safe.ts index 21c2909..83677cf 100644 --- a/src/lib/wallet/safe.ts +++ b/src/lib/wallet/safe.ts @@ -7,7 +7,7 @@ import { parentPort } from 'node:worker_threads' import { Bip39, Bip44, Blake2b, NanoNaCl } from '#crypto' import { NamedData } from '#types' import { default as Constants, BIP44_COIN_NANO } from '../constants' -import { default as Convert, bytes, hex, utf8 } from '../convert' +import { default as Convert, utf8 } from '../convert' /** * Cross-platform worker for managing wallet secrets. -- 2.47.3