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 {
56
56
57
57
// -- Legacy Graph contracts --
58
58
// 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
60
60
61
61
/// @notice The Curation contract address
62
62
ICuration private immutable GRAPH_CURATION;
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ library LegacyAllocation {
69
69
/**
70
70
* @notice Revert if a legacy allocation exists
71
71
* @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
73
73
* remove the call to the staking contract.
74
74
* @param self The legacy allocation list mapping
75
75
* @param graphStaking The Horizon Staking contract
You can’t perform that action at this time.
0 commit comments