diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 38e90b9a88..677bd4a338 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -86,7 +86,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shiden"), impl_name: create_runtime_str!("shiden"), authoring_version: 1, - spec_version: 9, + spec_version: 10, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -251,6 +251,7 @@ parameter_types! { pub const EcdsaUnsignedPriority: TransactionPriority = TransactionPriority::max_value() / 2; } +/* impl pallet_custom_signatures::Config for Runtime { type Event = Event; type Call = Call; @@ -258,6 +259,7 @@ impl pallet_custom_signatures::Config for Runtime { type Signer = ::Signer; type UnsignedPriority = EcdsaUnsignedPriority; } +*/ impl pallet_utility::Config for Runtime { type Event = Event; @@ -529,7 +531,7 @@ construct_runtime!( Identity: pallet_identity::{Pallet, Call, Storage, Event} = 12, Timestamp: pallet_timestamp::{Pallet, Call, Storage, Inherent} = 13, Multisig: pallet_multisig::{Pallet, Call, Storage, Event} = 14, - EthCall: pallet_custom_signatures::{Pallet, Call, Event, ValidateUnsigned} = 15, + //EthCall: pallet_custom_signatures::{Pallet, Call, Event, ValidateUnsigned} = 15, ParachainSystem: cumulus_pallet_parachain_system::{Pallet, Call, Storage, Inherent, Event} = 20, ParachainInfo: parachain_info::{Pallet, Storage, Config} = 21,