Skip to content

Commit

Permalink
testing-only comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
coryfantom committed Nov 8, 2021
1 parent 5319b42 commit 4ce1485
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions contracts/FantomAuction.sol
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,6 @@ contract FantomAuction is
highestBid.bidder,
highestBid.bid
);

// Clear up highest bid
delete highestBids[_nftAddress][_tokenId];
}

// assign top bidder and bid time
Expand Down Expand Up @@ -613,8 +610,8 @@ contract FantomAuction is
// ensure that nothing contract-breaking can happen afterwards.
//
//
IFantomBundleMarketplace(addressRegistry.bundleMarketplace())
.validateItemSold(_nftAddress, _tokenId, uint256(1));
//IFantomBundleMarketplace(addressRegistry.bundleMarketplace())
// .validateItemSold(_nftAddress, _tokenId, uint256(1));
int256 price = 0;
//int256 price = IFantomMarketplace(addressRegistry.marketplace()).getPrice(auction.payToken);
//
Expand Down

0 comments on commit 4ce1485

Please sign in to comment.