mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
runtime/session_info: keep track of stash keys (#5473)
This commit is contained in:
@@ -603,7 +603,9 @@ impl parachains_paras::Config for Runtime {
|
||||
type NextSessionRotation = Babe;
|
||||
}
|
||||
|
||||
impl parachains_session_info::Config for Runtime {}
|
||||
impl parachains_session_info::Config for Runtime {
|
||||
type ValidatorSet = Historical;
|
||||
}
|
||||
|
||||
parameter_types! {
|
||||
pub const FirstMessageFactorPercent: u64 = 100;
|
||||
|
||||
Reference in New Issue
Block a user