Skip to content

Commit

Permalink
remove one comment
Browse files Browse the repository at this point in the history
  • Loading branch information
poppyseedDev committed Dec 22, 2024
1 parent 20b147e commit 5709cba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions hardhat/test/blindAuction/BlindAuction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ describe("BlindAuction", function () {
);
expect(carolBidDecrypted).to.equal(20);

// Do I have the highest bid?
//const carolHighestBidEnc = await this.blindAuction
// .connect(this.signers.carol)
// .doIHaveHighestBid(tokenCarol.publicKey, tokenCarol.signature);
//const carolHighestBidDec = this.instance.carol.decrypt(this.contractAddress, carolHighestBidEnc);
//expect(carolHighestBidDec).to.equal(1);
// Get and verify tickets

const bobTicketHandle = await this.blindAuction.ticketUser(this.signers.bob.address);
const bobTicketDecrypted = await reencryptEuint256(
this.signers.bob,
Expand Down

0 comments on commit 5709cba

Please sign in to comment.