We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e4dc7 commit c9f8a2fCopy full SHA for c9f8a2f
packages/horizon/contracts/interfaces/internal/IHorizonStakingMain.sol
@@ -515,6 +515,8 @@ interface IHorizonStakingMain {
515
* - During the transition period it's locked for a period of time before it can be withdrawn
516
* by calling {withdraw}.
517
* - 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}.
520
* @dev Requirements:
521
* - `_tokens` cannot be zero.
522
* - `_serviceProvider` must have enough idle stake to cover the staking amount and any
0 commit comments