File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/HydraAuctionOnchain/Types Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,14 @@ pvalidateAuctionTerms = phoistAcyclic $
103
103
passert $ (errCode AuctionTerms'Error'NonPositiveMinBidIncrement ) $
104
104
0 #< pfromData rec . minBidIncrement
105
105
106
- -- The auction fee for each delegate must contain
107
- -- the min 2 ADA for the utxos that will be sent to the delegates
108
- -- during fee distribution.
106
+ -- The auction fees for all delegates must be covered by
107
+ -- the starting bid.
109
108
passert $ (errCode AuctionTerms'Error'InvalidStartingBid ) $
110
109
ptotalAuctionFees # auctionTerms #< rec . startingBid
111
110
112
- -- The auction fees for all delegates must be covered by
113
- -- the starting bid.
111
+ -- The auction fee for each delegate must contain
112
+ -- the min 2.5 ADA for the utxos that will be sent to the delegates
113
+ -- during fee distribution.
114
114
passert $ (errCode AuctionTerms'Error'InvalidAuctionFeePerDelegate ) $
115
115
pminAuctionFee #< rec . auctionFeePerDelegate
116
116
You can’t perform that action at this time.
0 commit comments