File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -234,15 +234,6 @@ contract StakeRegistry is StakeRegistryStorage {
234
234
_setMinimumStakeForQuorum (quorumNumber, minimumStake);
235
235
}
236
236
237
- /**
238
- * @notice Sets the stake type for the registry for a specific quorum
239
- * @param quorumNumber The quorum number to set the stake type for
240
- * @param _stakeType The type of stake to track (TOTAL_DELEGATED, TOTAL_SLASHABLE, or BOTH)
241
- */
242
- function setStakeType (uint8 quorumNumber , StakeType _stakeType ) external onlyCoordinatorOwner quorumExists (quorumNumber) {
243
- _setStakeType (quorumNumber, _stakeType);
244
- }
245
-
246
237
/**
247
238
* @notice Sets the look ahead time for checking operator shares for a specific quorum
248
239
* @param quorumNumber The quorum number to set the look ahead period for
You can’t perform that action at this time.
0 commit comments