Closed Ivshti closed 4 years ago
the value in output is not clamped to pricingBounds, which is done by const price = BN.max(...)
output
const price = BN.max(...)
the value in
output
is not clamped to pricingBounds, which is done byconst price = BN.max(...)