Taking a look here, we can see that this is used to declare the MIN_PRICE_DIFFERENCE as 2%. The issue is that this value is actually the min max price difference, see here.
We can see that whenever setting the max pool price difference, its checked to not be lower than our MIN_PRICE_DIFFERENCE.
Confusion in naming conventions leading to hard time of users/developers understanding code.
Consider renaming the variable and take into account that its the minimum max difference between the prices.
kalinbas (Revert) acknowledged and commented:
ronnyx2017 (judge) commented:
