Skip to content

Commit fc83f8f

Browse files
committed
chore: no todo comments
Signed-off-by: Tomás Migone <[email protected]>
1 parent 2e8d285 commit fc83f8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/horizon/contracts/utilities/GraphDirectory.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ abstract contract GraphDirectory {
5656

5757
// -- Legacy Graph contracts --
5858
// These are required for backwards compatibility on HorizonStakingExtension
59-
// TODO: remove these once HorizonStakingExtension is removed
59+
// TRANSITION PERIOD: remove these once HorizonStakingExtension is removed
6060

6161
/// @notice The Curation contract address
6262
ICuration private immutable GRAPH_CURATION;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ library LegacyAllocation {
6969
/**
7070
* @notice Revert if a legacy allocation exists
7171
* @dev We first check the migrated mapping then the old staking contract.
72-
* @dev TODO: after the transition period when all the allocations are migrated we can
72+
* @dev TRANSITION PERIOD: after the transition period when all the allocations are migrated we can
7373
* remove the call to the staking contract.
7474
* @param self The legacy allocation list mapping
7575
* @param graphStaking The Horizon Staking contract

0 commit comments

Comments
 (0)