We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e65d22 commit 6765c56Copy full SHA for 6765c56
packages/subgraph-service/contracts/SubgraphService.sol
@@ -554,10 +554,6 @@ contract SubgraphService is
554
return _isOverAllocated(indexer, _delegationRatio);
555
}
556
557
- function getGraphStaking() external view returns (address) {
558
- return address(_graphStaking());
559
- }
560
-
561
function _onCloseAllocation(address _allocationId, bool _stale) internal {
562
IndexingAgreement._getStorageManager().onCloseAllocation(_allocationId, _stale);
563
0 commit comments