Skip to content

Commit

Permalink
fix: remove ValidateUnsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Sep 2, 2023
1 parent 586c7ed commit 69280bd
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parachain/runtime/interlay/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ construct_runtime! {
Session: pallet_session::{Pallet, Call, Storage, Event, Config<T>} = 82,
Aura: pallet_aura::{Pallet, Storage, Config<T>} = 83,
AuraExt: cumulus_pallet_aura_ext::{Pallet, Storage, Config<T>} = 84,
ParachainSystem: cumulus_pallet_parachain_system::{Pallet, Call, Config<T>, Storage, Inherent, Event<T>,ValidateUnsigned} = 85,
ParachainSystem: cumulus_pallet_parachain_system::{Pallet, Call, Config<T>, Storage, Inherent, Event<T>} = 85,
ParachainInfo: parachain_info::{Pallet, Storage, Config<T>} = 86,

// # XCM Helpers
Expand Down
2 changes: 1 addition & 1 deletion parachain/runtime/kintsugi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ construct_runtime! {
Session: pallet_session::{Pallet, Call, Storage, Event, Config<T>} = 82,
Aura: pallet_aura::{Pallet, Storage, Config<T>} = 83,
AuraExt: cumulus_pallet_aura_ext::{Pallet, Storage, Config<T>} = 84,
ParachainSystem: cumulus_pallet_parachain_system::{Pallet, Call, Config<T>, Storage, Inherent, Event<T>,ValidateUnsigned} = 85,
ParachainSystem: cumulus_pallet_parachain_system::{Pallet, Call, Config<T>, Storage, Inherent, Event<T>} = 85,
ParachainInfo: parachain_info::{Pallet, Storage, Config<T>} = 86,

// # XCM helpers.
Expand Down

0 comments on commit 69280bd

Please sign in to comment.