]> git.codecow.com Git - libnemo.git/commitdiff
Remove unused variable.
authorChris Duncan <chris@zoso.dev>
Thu, 23 Apr 2026 22:32:52 +0000 (15:32 -0700)
committerChris Duncan <chris@zoso.dev>
Thu, 23 Apr 2026 22:32:52 +0000 (15:32 -0700)
src/lib/wallet/sign.ts

index 121784d4615cb5184665423b560b540ac126eb30..5254605fdc201ee3e8ccdf2152becebfcb9bbc84 100644 (file)
@@ -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)