Skip to content

Commit

Permalink
Fix OrdinalAuction test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfnjust committed Aug 5, 2023
1 parent c71f652 commit b81b164
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/local/ordinalAuction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ describe('Test SmartContract `OrdinalAuction`', () => {

let contractTx = await currentInstance.methods.close(
(sigResps) => findSig(sigResps, publicKeyAuctioneer),
toByteString('00'.repeat(128)), // Fill with some dummy data to compensate for the fee after we pass the real data.
{
fromUTXO,
pubKeyOrAddrToSign: publicKeyAuctioneer,
Expand Down

0 comments on commit b81b164

Please sign in to comment.