File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ abstract contract ServiceManagerBase is ServiceManagerBaseStorage {
146
146
* @dev No guarantee is made on uniqueness of each element in the returned array.
147
147
* The off-chain service should do that validation separately
148
148
*/
149
- function getRestakeableStrategies () external view returns (address [] memory ) {
149
+ function getRestakeableStrategies () external virtual view returns (address [] memory ) {
150
150
uint256 quorumCount = _registryCoordinator.quorumCount ();
151
151
152
152
if (quorumCount == 0 ) {
@@ -180,6 +180,7 @@ abstract contract ServiceManagerBase is ServiceManagerBaseStorage {
180
180
*/
181
181
function getOperatorRestakedStrategies (address operator )
182
182
external
183
+ virtual
183
184
view
184
185
returns (address [] memory )
185
186
{
You can’t perform that action at this time.
0 commit comments