File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -284,10 +284,7 @@ impl Contains<RuntimeCall> for PasskeyCallFilter {
284
284
#[ cfg( feature = "runtime-benchmarks" ) ]
285
285
RuntimeCall :: System ( frame_system:: Call :: remark { .. } ) => true ,
286
286
287
- RuntimeCall :: Balances ( pallet_balances:: Call :: transfer_keep_alive { .. } ) |
288
- RuntimeCall :: Balances ( pallet_balances:: Call :: transfer_allow_death { .. } ) |
289
- RuntimeCall :: Balances ( pallet_balances:: Call :: transfer_all { .. } ) |
290
- RuntimeCall :: Capacity ( _) => true ,
287
+ RuntimeCall :: Balances ( _) | RuntimeCall :: Capacity ( _) => true ,
291
288
_ => false ,
292
289
}
293
290
}
@@ -365,7 +362,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
365
362
spec_name : create_runtime_str ! ( "frequency" ) ,
366
363
impl_name : create_runtime_str ! ( "frequency" ) ,
367
364
authoring_version : 1 ,
368
- spec_version : 101 ,
365
+ spec_version : 102 ,
369
366
impl_version : 0 ,
370
367
apis : RUNTIME_API_VERSIONS ,
371
368
transaction_version : 1 ,
@@ -379,7 +376,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
379
376
spec_name : create_runtime_str ! ( "frequency-testnet" ) ,
380
377
impl_name : create_runtime_str ! ( "frequency" ) ,
381
378
authoring_version : 1 ,
382
- spec_version : 101 ,
379
+ spec_version : 102 ,
383
380
impl_version : 0 ,
384
381
apis : RUNTIME_API_VERSIONS ,
385
382
transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments