Fix unused stack variable and add missing devdoc comment
This commit is contained in:
@@ -107,7 +107,8 @@ contract MixinStakingPool is
|
||||
return poolId;
|
||||
}
|
||||
|
||||
// TODO: comment
|
||||
/// @dev Allows caller to join a staking pool if already assigned.
|
||||
/// @param poolId Unique id of pool.
|
||||
function joinStakingPoolAsMaker(bytes32 poolId)
|
||||
external
|
||||
{
|
||||
|
Reference in New Issue
Block a user