@0x/contracts-staking
: Last call before embarking of V3 of staking integration.
This commit is contained in:
committed by
Lawrence Forman
parent
7ef3c12722
commit
0196ce18f3
@@ -57,7 +57,7 @@ library LibFractions {
|
||||
pure
|
||||
returns (uint256 result)
|
||||
{
|
||||
if (s == 0) {
|
||||
if (s == 0 || d1 == 0) {
|
||||
return 0;
|
||||
}
|
||||
if (n2 == 0) {
|
||||
|
Reference in New Issue
Block a user