Skip to content

Commit 6765c56

Browse files
f: remove unused getGraphStaking()
1 parent 8e65d22 commit 6765c56

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/subgraph-service/contracts/SubgraphService.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -554,10 +554,6 @@ contract SubgraphService is
554554
return _isOverAllocated(indexer, _delegationRatio);
555555
}
556556

557-
function getGraphStaking() external view returns (address) {
558-
return address(_graphStaking());
559-
}
560-
561557
function _onCloseAllocation(address _allocationId, bool _stale) internal {
562558
IndexingAgreement._getStorageManager().onCloseAllocation(_allocationId, _stale);
563559
}

0 commit comments

Comments
 (0)