@@ -381,7 +381,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
381
381
spec_name : create_runtime_str ! ( "frequency" ) ,
382
382
impl_name : create_runtime_str ! ( "frequency" ) ,
383
383
authoring_version : 1 ,
384
- spec_version : 122 ,
384
+ spec_version : 123 ,
385
385
impl_version : 0 ,
386
386
apis : apis:: RUNTIME_API_VERSIONS ,
387
387
transaction_version : 1 ,
@@ -395,7 +395,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
395
395
spec_name : create_runtime_str ! ( "frequency-testnet" ) ,
396
396
impl_name : create_runtime_str ! ( "frequency" ) ,
397
397
authoring_version : 1 ,
398
- spec_version : 122 ,
398
+ spec_version : 123 ,
399
399
impl_version : 0 ,
400
400
apis : apis:: RUNTIME_API_VERSIONS ,
401
401
transaction_version : 1 ,
@@ -956,7 +956,6 @@ impl pallet_frequency_tx_payment::Config for Runtime {
956
956
}
957
957
958
958
/// Configurations for passkey pallet
959
- #[ cfg( any( not( feature = "frequency" ) , feature = "frequency-lint-check" ) ) ]
960
959
impl pallet_passkey:: Config for Runtime {
961
960
type RuntimeEvent = RuntimeEvent ;
962
961
type RuntimeCall = RuntimeCall ;
@@ -1248,8 +1247,6 @@ construct_runtime!(
1248
1247
Capacity : pallet_capacity:: { Pallet , Call , Storage , Event <T >, FreezeReason } = 64 ,
1249
1248
FrequencyTxPayment : pallet_frequency_tx_payment:: { Pallet , Call , Event <T >} = 65 ,
1250
1249
Handles : pallet_handles:: { Pallet , Call , Storage , Event <T >} = 66 ,
1251
- // Currently enabled only under feature flag
1252
- #[ cfg( any( not( feature = "frequency" ) , feature = "frequency-lint-check" ) ) ]
1253
1250
Passkey : pallet_passkey:: { Pallet , Call , Storage , Event <T >, ValidateUnsigned } = 67 ,
1254
1251
}
1255
1252
) ;
0 commit comments