Fix linting errors
This commit is contained in:
@@ -120,6 +120,7 @@ interface IStorage {
|
|||||||
|
|
||||||
function maximumMakersInPool()
|
function maximumMakersInPool()
|
||||||
external
|
external
|
||||||
|
view
|
||||||
returns(uint256);
|
returns(uint256);
|
||||||
|
|
||||||
function cobbDouglasAlphaNumerator()
|
function cobbDouglasAlphaNumerator()
|
||||||
|
@@ -252,6 +252,7 @@ contract StakingPoolRewardVault is
|
|||||||
{
|
{
|
||||||
return poolById[poolId].operatorBalance + poolById[poolId].membersBalance;
|
return poolById[poolId].operatorBalance + poolById[poolId].membersBalance;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @dev Increments a balances in a Pool struct, splitting the input amount between the
|
/// @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.
|
/// pool operator and members of the pool based on the pool operator's share.
|
||||||
/// @param pool Pool struct with the balances to increment.
|
/// @param pool Pool struct with the balances to increment.
|
||||||
|
Reference in New Issue
Block a user