Fix linting errors

This commit is contained in:
Amir Bandeali
2019-09-16 09:25:40 -07:00
parent 778c57320c
commit d3a9ace5fd
2 changed files with 2 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ interface IStorage {
function maximumMakersInPool()
external
view
returns(uint256);
function cobbDouglasAlphaNumerator()

View File

@@ -252,6 +252,7 @@ contract StakingPoolRewardVault is
{
return poolById[poolId].operatorBalance + poolById[poolId].membersBalance;
}
/// @dev Increments a balances in a Pool struct, splitting the input amount between the
/// pool operator and members of the pool based on the pool operator's share.
/// @param pool Pool struct with the balances to increment.