Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Dec 30, 2024
1 parent e75cd1b commit b1e190c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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, {
Expand Down

0 comments on commit b1e190c

Please sign in to comment.