Skip to content

Commit b3a461a

Browse files
f: more NatSpec
1 parent 5ce9b4e commit b3a461a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/subgraph-service/contracts/utilities/Directory.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ abstract contract Directory {
4040
* @param disputeManager The Dispute Manager contract address
4141
* @param graphTallyCollector The Graph Tally Collector contract address
4242
* @param curation The Curation contract address
43+
* @param recurringCollector The Recurring Collector contract address
4344
*/
4445
event SubgraphServiceDirectoryInitialized(
4546
address subgraphService,
@@ -99,6 +100,7 @@ abstract contract Directory {
99100

100101
/**
101102
* @notice Returns the Recurring Collector contract address
103+
* @return The Recurring Collector contract
102104
*/
103105
function recurringCollector() external view returns (IRecurringCollector) {
104106
return RECURRING_COLLECTOR;

0 commit comments

Comments
 (0)