We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523d48b commit c3d8618Copy full SHA for c3d8618
substrate/frame/staking/src/pallet/mod.rs
@@ -2551,7 +2551,7 @@ pub mod pallet {
2551
2552
/// Removes the legacy Staking locks if they exist.
2553
///
2554
- /// This removes the legacy lock on the stake with [`T::OldCurrency`] and creates a hold on
+ /// 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.
2557
0 commit comments