1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-03-03 10:20:31 +00:00

Remove unneccessary line

This commit is contained in:
andytudhope 2019-07-10 07:18:18 +02:00
parent 576aaf8da9
commit 416a530657

View File

@ -62,8 +62,6 @@ contract Discover is ApproveAndCallFallBack, BancorFormula {
max = total.mul(ceiling).div(decimals);
safeMax = uint(77).mul(max).div(100); // Limited by accuracy of BancorFormula
safeMax = safeMax;
}
/**