diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index 9d9df30385..0150d021a2 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -568,7 +568,7 @@ construct_runtime! { // Consensus support. Authorship: authorship::{Module, Call, Storage}, - Staking: staking::{Module, Call, Storage, Config, Event}, + Staking: staking::{Module, Call, Storage, Config, Event, ValidateUnsigned}, Offences: offences::{Module, Call, Storage, Event}, Historical: session_historical::{Module}, Session: session::{Module, Call, Storage, Event, Config},