minor fix

This commit is contained in:
Federico Kunze 2020-05-15 12:49:54 -04:00
parent 6a07def455
commit 5069aebda7
No known key found for this signature in database
GPG Key ID: 655F93A970080A30

View File

@ -187,7 +187,7 @@ func NewDebtAuction(buyerModAccName string, bid sdk.Coin, initialLot sdk.Coin, e
Lot: initialLot,
Bidder: supply.NewModuleAddress(buyerModAccName), // send proceeds from the first bid to the buyer.
Bid: bid, // amount that the buyer is buying - doesn't change over course of auction
HasReceivedBids: true,
HasReceivedBids: false, // new auctions don't have any bids
EndTime: endTime,
MaxEndTime: endTime,
},