From 10c8c3b37fcae539fe621cc20ea41d0bd11bcdf5 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 4 Aug 2026 19:30:15 -0700 Subject: [PATCH] Fix typo. --- src/lib/wallet/unopened.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/wallet/unopened.ts b/src/lib/wallet/unopened.ts index da92e18..32a2834 100644 --- a/src/lib/wallet/unopened.ts +++ b/src/lib/wallet/unopened.ts @@ -42,5 +42,5 @@ export async function _unopened (wallet: Wallet, rpc: unknown, batchSize: unknow if (to >= 0xffffffff) { throw new RangeError('Max index reached') } - return await _unopened(wallet, rpc, batchSize, to) : + return await _unopened(wallet, rpc, batchSize, to) } -- 2.52.0