Skip to content

Commit 34456b3

Browse files
committed
chore: review remove setStakeType
1 parent 8778517 commit 34456b3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/StakeRegistry.sol

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -234,15 +234,6 @@ contract StakeRegistry is StakeRegistryStorage {
234234
_setMinimumStakeForQuorum(quorumNumber, minimumStake);
235235
}
236236

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-
246237
/**
247238
* @notice Sets the look ahead time for checking operator shares for a specific quorum
248239
* @param quorumNumber The quorum number to set the look ahead period for

0 commit comments

Comments
 (0)