Skip to content

Commit c9f8a2f

Browse files
committed
fix: documentation on unstake (TRST-M11)
1 parent 26e4dc7 commit c9f8a2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/horizon/contracts/interfaces/internal/IHorizonStakingMain.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,8 @@ interface IHorizonStakingMain {
515515
* - During the transition period it's locked for a period of time before it can be withdrawn
516516
* by calling {withdraw}.
517517
* - After the transition period it's immediately withdrawn.
518+
* Note that after the transition period if there are tokens still locked they will have to be
519+
* withdrawn by calling {withdraw}.
518520
* @dev Requirements:
519521
* - `_tokens` cannot be zero.
520522
* - `_serviceProvider` must have enough idle stake to cover the staking amount and any

0 commit comments

Comments
 (0)