Skip to content

Commit 6e00d17

Browse files
committed
docs: fix documentation errors (TRST-R09)
Signed-off-by: Tomás Migone <[email protected]>
1 parent d1c5cc7 commit 6e00d17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/horizon/contracts/staking/HorizonStaking.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ contract HorizonStaking is HorizonStakingBase, IHorizonStakingMain {
735735
}
736736

737737
/**
738-
* @notice See {IHorizonStakingMain-createProvision}.
738+
* @notice See {IHorizonStakingMain-provision}.
739739
*/
740740
function _createProvision(
741741
address _serviceProvider,

packages/horizon/contracts/staking/HorizonStakingExtension.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import { HorizonStakingBase } from "./HorizonStakingBase.sol";
1919
* to the Horizon Staking contract. It allows indexers to close allocations and collect pending query fees, but it
2020
* does not allow for the creation of new allocations. This should allow indexers to migrate to a subgraph data service
2121
* without losing rewards or having service interruptions.
22-
* @dev TODO: Once the transition period passes this contract can be removed. It's expected the transition period to
23-
* last for a full allocation cycle (28 epochs).
22+
* @dev TODO: Once the transition period passes this contract can be removed (note that an upgrade to the RewardsManager
23+
* will also be required). It's expected the transition period to last for a full allocation cycle (28 epochs).
2424
* @custom:security-contact Please email [email protected] if you find any
2525
* bugs. We may have an active bug bounty program.
2626
*/

0 commit comments

Comments
 (0)