diff --git a/runtime/amplitude/src/lib.rs b/runtime/amplitude/src/lib.rs index 501d1eae9..eb0fc9eff 100644 --- a/runtime/amplitude/src/lib.rs +++ b/runtime/amplitude/src/lib.rs @@ -231,7 +231,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("amplitude"), impl_name: create_runtime_str!("amplitude"), authoring_version: 1, - spec_version: 22, + spec_version: 23, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 14, @@ -2112,7 +2112,6 @@ impl_runtime_apis! { } - cumulus_pallet_parachain_system::register_validate_block! { Runtime = Runtime, BlockExecutor = cumulus_pallet_aura_ext::BlockExecutor::,