From: Chris Duncan Date: Wed, 5 Aug 2026 02:30:15 +0000 (-0700) Subject: Fix typo. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=10c8c3b37fcae539fe621cc20ea41d0bd11bcdf5;p=libnemo.git Fix typo. --- 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) }