Skip to content

Commit 5c5fbc8

Browse files
f: remove comment
1 parent 262889b commit 5c5fbc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/subgraph-service/contracts/libraries/IndexingAgreement.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ library IndexingAgreement {
431431
uint256 collectionSeconds = block.timestamp;
432432
collectionSeconds -= _agreement.lastCollectionAt > 0 ? _agreement.lastCollectionAt : _agreement.acceptedAt;
433433

434-
// FIX-ME: this is bad because it encourages indexers to collect at max seconds allowed to maximize collection.
435434
return collectionSeconds * (termsV1.tokensPerSecond + termsV1.tokensPerEntityPerSecond * _entities);
436435
}
437436

0 commit comments

Comments
 (0)