Skip to content

Commit c3d8618

Browse files
committed
fix rustdoc
1 parent 523d48b commit c3d8618

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2551,7 +2551,7 @@ pub mod pallet {
25512551

25522552
/// Removes the legacy Staking locks if they exist.
25532553
///
2554-
/// This removes the legacy lock on the stake with [`T::OldCurrency`] and creates a hold on
2554+
/// This removes the legacy lock on the stake with [`Config::OldCurrency`] and creates a hold on
25552555
/// it if needed. If all stake cannot be held, the best effort is made to hold as much as
25562556
/// possible. The remaining stake is forced withdrawn from the ledger.
25572557
///

0 commit comments

Comments
 (0)