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 c663a41 commit f5cbb1cCopy full SHA for f5cbb1c
packages/subgraph-service/contracts/SubgraphService.sol
@@ -243,7 +243,7 @@ contract SubgraphService is
243
244
/**
245
* @notice Collects payment for the service provided by the indexer
246
- * Allows collecting different types of payments such as query fees, indexing rewards and indexining fees.
+ * Allows collecting different types of payments such as query fees, indexing rewards and indexing fees.
247
* It uses Graph Horizon payments protocol to process payments.
248
* Reverts if the payment type is not supported.
249
* @dev This function is the equivalent of the `collect` function for query fees and the `closeAllocation` function
0 commit comments