Skip to content

Commit 7df05e4

Browse files
committed
fmt
1 parent e4d0387 commit 7df05e4

File tree

1 file changed

+3
-3
lines changed
  • substrate/frame/staking/src/pallet

1 file changed

+3
-3
lines changed

substrate/frame/staking/src/pallet/mod.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -2551,9 +2551,9 @@ pub mod pallet {
25512551

25522552
/// Removes the legacy Staking locks if they exist.
25532553
///
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.
25572557
///
25582558
/// The fee is waived if the migration is successful.
25592559
#[pallet::call_index(30)]

0 commit comments

Comments
 (0)