From b1e190c58cc02c30e5c4ec79977724b816676e18 Mon Sep 17 00:00:00 2001 From: Egge Date: Mon, 30 Dec 2024 08:38:06 +0100 Subject: [PATCH] typos --- test/integration.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration.test.ts b/test/integration.test.ts index 12c1399f..c563c75c 100644 --- a/test/integration.test.ts +++ b/test/integration.test.ts @@ -497,7 +497,7 @@ describe('Custom Outputs', () => { return OutputData.createSingleP2PKData({ pubkey: hexPk }, a, k.id); } const mint = new CashuMint(mintUrl); - // We then pass out factory to the CashuWallet constructor + // We then pass our factory to the CashuWallet constructor const wallet = new CashuWallet(mint, { keepFactory: p2pkFactory }); // Lets mint some fresh proofs @@ -525,7 +525,7 @@ describe('Custom Outputs', () => { if (meltRes.change && meltRes.change.length > 0) { expectNUT10SecretDataToEqual(meltRes.change, hexPk); } - // Finally we want to check wheter received token are locked as well + // Finally we want to check whether received token are locked as well const restAmount = sumProofs(meltKeep) - wallet.getFeesForProofs(meltKeep); // First we unlock all the proofs that we have left const unlockedProofs = await wallet.send(restAmount, meltKeep, {