From: Chris Duncan Date: Thu, 23 Apr 2026 22:32:52 +0000 (-0700) Subject: Remove unused variable. X-Git-Tag: v0.12.0~4^2~1 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=074ffa338d8739d3a18abdcb2043ce2f035595ad;p=libnemo.git Remove unused variable. --- 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)