mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
Update to latest Substrate master (#783)
* Update to latest Substrate master * Update wasm-builder and make `run` work
This commit is contained in:
@@ -968,12 +968,11 @@ mod tests {
|
||||
}
|
||||
|
||||
impl session::Trait for Test {
|
||||
type OnSessionEnding = ();
|
||||
type SessionManager = ();
|
||||
type Keys = UintAuthorityId;
|
||||
type ShouldEndSession = session::PeriodicSessions<Period, Offset>;
|
||||
type SessionHandler = session::TestSessionHandler;
|
||||
type Event = ();
|
||||
type SelectInitialValidators = staking::Module<Self>;
|
||||
type ValidatorId = u64;
|
||||
type ValidatorIdOf = staking::StashOf<Self>;
|
||||
type DisabledValidatorsThreshold = DisabledValidatorsThreshold;
|
||||
|
||||
Reference in New Issue
Block a user