Fix unused stack variable and add missing devdoc comment

This commit is contained in:
Amir Bandeali
2019-09-15 10:19:44 -05:00
parent 2eada9db62
commit 97c107be3e

View File

@@ -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
{