Skip to content
Snippets Groups Projects
Commit 5a0b12bb authored by Zeke Mostov's avatar Zeke Mostov Committed by GitHub
Browse files

staking: Expose `MaxUnlockingChunks` in metadata as a const (#10958)

parent 3f5e0baf
No related merge requests found
......@@ -158,6 +158,7 @@ pub mod pallet {
/// The maximum number of `unlocking` chunks a [`StakingLedger`] can have. Effectively
/// determines how many unique eras a staker may be unbonding in.
#[pallet::constant]
type MaxUnlockingChunks: Get<u32>;
/// Some parameters of the benchmarking.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment