AmbireTech / adex-market

AdEx Market: a scraper that aggregates ad campaign information from the validator network
7 stars 6 forks source link

bug: when evaluating adSlot rules, price.IMPRESSION is not clamped #150

Closed Ivshti closed 4 years ago

Ivshti commented 4 years ago

the value in output is not clamped to pricingBounds, which is done by const price = BN.max(...)