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 21961c4 commit 03ed657Copy full SHA for 03ed657
packages/subgraph-service/contracts/libraries/IndexingAgreement.sol
@@ -249,6 +249,7 @@ library IndexingAgreement {
249
)
250
);
251
252
+ // Ensure that an allocation can only have one active indexing agreement
253
require(
254
self.allocationToActiveAgreementId[allocationId] == bytes16(0),
255
AllocationAlreadyHasIndexingAgreement(allocationId)
0 commit comments