File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
horizon/contracts/utilities
subgraph-service/contracts/libraries Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments