@@ -121,20 +121,20 @@ pub fn create_benchmark_extrinsic(
121
121
. checked_next_power_of_two ( )
122
122
. map ( |c| c / 2 )
123
123
. unwrap_or ( 2 ) as u64 ;
124
- let extra: runtime:: SignedExtra = (
125
- frame_system :: CheckNonZeroSender :: < runtime:: Runtime > :: new ( ) ,
126
- frame_system:: CheckSpecVersion :: < runtime:: Runtime > :: new ( ) ,
127
- frame_system:: CheckTxVersion :: < runtime:: Runtime > :: new ( ) ,
128
- frame_system:: CheckGenesis :: < runtime:: Runtime > :: new ( ) ,
129
- frame_system:: CheckMortality :: < runtime:: Runtime > :: from ( Era :: mortal (
130
- period ,
131
- best_block . saturated_into ( ) ,
132
- ) ) ,
133
- frame_system :: CheckNonce :: < runtime :: Runtime > :: from ( nonce ) ,
134
- frame_system:: CheckWeight :: < runtime:: Runtime > :: new ( ) ,
135
- pallet_transaction_payment :: ChargeTransactionPayment :: < runtime:: Runtime > :: from ( 0 ) ,
136
- cumulus_pallet_weight_reclaim :: StorageWeightReclaim :: < runtime:: Runtime , ( ) > :: new ( ( ) ) ,
137
- ) ;
124
+ let extra: runtime:: SignedExtra =
125
+ cumulus_pallet_weight_reclaim :: StorageWeightReclaim :: < runtime:: Runtime , ( ) > :: new (
126
+ frame_system:: CheckNonZeroSender :: < runtime:: Runtime > :: new ( ) ,
127
+ frame_system:: CheckSpecVersion :: < runtime:: Runtime > :: new ( ) ,
128
+ frame_system:: CheckTxVersion :: < runtime:: Runtime > :: new ( ) ,
129
+ frame_system:: CheckGenesis :: < runtime:: Runtime > :: new ( ) ,
130
+ frame_system :: CheckMortality :: < runtime :: Runtime > :: from ( Era :: mortal (
131
+ period ,
132
+ best_block . saturated_into ( ) ,
133
+ ) ) ,
134
+ frame_system:: CheckNonce :: < runtime:: Runtime > :: from ( nonce ) ,
135
+ frame_system :: CheckWeight :: < runtime:: Runtime > :: new ( ) ,
136
+ pallet_transaction_payment :: ChargeTransactionPayment :: < runtime:: Runtime > :: from ( 0 ) ,
137
+ ) ;
138
138
139
139
let raw_payload = runtime:: SignedPayload :: from_raw (
140
140
call. clone ( ) ,
0 commit comments