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:
parent
576aaf8da9
commit
416a530657
@ -62,8 +62,6 @@ contract Discover is ApproveAndCallFallBack, BancorFormula {
|
|||||||
max = total.mul(ceiling).div(decimals);
|
max = total.mul(ceiling).div(decimals);
|
||||||
|
|
||||||
safeMax = uint(77).mul(max).div(100); // Limited by accuracy of BancorFormula
|
safeMax = uint(77).mul(max).div(100); // Limited by accuracy of BancorFormula
|
||||||
|
|
||||||
safeMax = safeMax;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user