Skip to content

Commit

Permalink
getWinningBid for all auctions (#430)
Browse files Browse the repository at this point in the history
allow viewing winning bids for all auctions
  • Loading branch information
kumaryash90 authored Jul 17, 2023
1 parent 0373104 commit 18598a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ contract EnglishAuctionsLogic is IEnglishAuctions, ReentrancyGuardLogic, ERC2771
function getWinningBid(uint256 _auctionId)
external
view
onlyExistingAuction(_auctionId)
returns (
address _bidder,
address _currency,
Expand Down

0 comments on commit 18598a0

Please sign in to comment.