From 074ffa338d8739d3a18abdcb2043ce2f035595ad Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 23 Apr 2026 15:32:52 -0700 Subject: [PATCH] Remove unused variable. --- src/lib/wallet/sign.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/wallet/sign.ts b/src/lib/wallet/sign.ts index 121784d..5254605 100644 --- a/src/lib/wallet/sign.ts +++ b/src/lib/wallet/sign.ts @@ -45,7 +45,6 @@ export async function _signBlock (wallet: Wallet, vault: Vault, index: unknown, throw new TypeError('Invalid Block', { cause: block }) } if (wallet.type === 'Ledger') { - const account = await wallet.account(index) if (frontier instanceof Block) { try { await Ledger.updateCache(index, frontier) -- 2.47.3