Got build to work after rebase
This commit is contained in:
@@ -248,7 +248,7 @@ contract MixinExchangeFees is
|
||||
activePools[i].feesCollected,
|
||||
totalFeesCollected,
|
||||
totalWeightedStake != 0 ? activePools[i].weightedStake : 1, // only rewards are accounted for if no one has staked
|
||||
totalWeightedStake != 0 ? totalWeightedStake : 1 // this is to avoid divide-by-zero in cobb douglas
|
||||
totalWeightedStake != 0 ? totalWeightedStake : 1, // this is to avoid divide-by-zero in cobb douglas
|
||||
cobbDouglasAlphaNumerator,
|
||||
cobbDouglasAlphaDenomintor
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user