File tree 1 file changed +3
-3
lines changed
substrate/frame/staking/src/pallet
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2551,9 +2551,9 @@ pub mod pallet {
2551
2551
2552
2552
/// Removes the legacy Staking locks if they exist.
2553
2553
///
2554
- /// This removes the legacy lock on the stake with [`Config::OldCurrency`] and creates a hold on
2555
- /// it if needed. If all stake cannot be held, the best effort is made to hold as much as
2556
- /// possible. The remaining stake is forced withdrawn from the ledger.
2554
+ /// This removes the legacy lock on the stake with [`Config::OldCurrency`] and creates a
2555
+ /// hold on it if needed. If all stake cannot be held, the best effort is made to hold as
2556
+ /// much as possible. The remaining stake is forced withdrawn from the ledger.
2557
2557
///
2558
2558
/// The fee is waived if the migration is successful.
2559
2559
#[ pallet:: call_index( 30 ) ]
You can’t perform that action at this time.
0 commit comments