@0x/contracts-staking: It compiles! (again)

This commit is contained in:
Lawrence Forman
2019-09-13 04:40:39 -04:00
committed by Lawrence Forman
parent 102ca6b854
commit 46b8bfe338

View File

@@ -67,7 +67,7 @@ contract MixinAbstract {
/// @param poolId The pool ID to finalize.
/// @return rewards Rewards.
/// @return rewards The rewards credited to the pool.
function _finalizePool(bytes32 poolIds)
function _finalizePool(bytes32 poolId)
internal
returns (IStructs.PoolRewards memory rewards);
}