-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix documentation errors (TRST-R09)
Signed-off-by: Tomás Migone <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ import { HorizonStakingBase } from "./HorizonStakingBase.sol"; | |
* to the Horizon Staking contract. It allows indexers to close allocations and collect pending query fees, but it | ||
* does not allow for the creation of new allocations. This should allow indexers to migrate to a subgraph data service | ||
* without losing rewards or having service interruptions. | ||
* @dev TODO: Once the transition period passes this contract can be removed. It's expected the transition period to | ||
* last for a full allocation cycle (28 epochs). | ||
* @dev TODO: Once the transition period passes this contract can be removed (note that an upgrade to the RewardsManager | ||
* will also be required). It's expected the transition period to last for a full allocation cycle (28 epochs). | ||
* @custom:security-contact Please email [email protected] if you find any | ||
* bugs. We may have an active bug bounty program. | ||
*/ | ||
|