@0x/contracts-staking
: It compiles! (again)
This commit is contained in:
committed by
Lawrence Forman
parent
102ca6b854
commit
46b8bfe338
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user