added checker for require(tab > _chost, "Clipper/no-partial-purchase") revert issue.
Keeper will now adapt lot sale amt according to dust limit. If take lot amt puts tab value below chost, then it will take the full auction lot amount instead, bypassing minLot value defined in the config.
added checker for
require(tab > _chost, "Clipper/no-partial-purchase")
revert issue.Keeper will now adapt
lot
sale amt according todust
limit. If takelot
amt putstab
value belowchost
, then it will take the full auctionlot
amount instead, bypassingminLot
value defined in the config.