File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ pub fn create_benchmark_extrinsic(
136136 pallet_transaction_payment:: ChargeTransactionPayment :: < runtime:: Runtime > :: from ( 0 ) ,
137137 pallet_subtensor:: SubtensorSignedExtension :: < runtime:: Runtime > :: new ( ) ,
138138 pallet_commitments:: CommitmentsSignedExtension :: < runtime:: Runtime > :: new ( ) ,
139- frame_metadata_hash_extension:: CheckMetadataHash :: < runtime:: Runtime > :: new ( true ) ,
139+ frame_metadata_hash_extension:: CheckMetadataHash :: < runtime:: Runtime > :: new ( true ) ,
140140 ) ;
141141
142142 let raw_payload = runtime:: SignedPayload :: from_raw (
@@ -153,7 +153,7 @@ pub fn create_benchmark_extrinsic(
153153 ( ) ,
154154 ( ) ,
155155 ( ) ,
156- None ,
156+ None ,
157157 ) ,
158158 ) ;
159159 let signature = raw_payload. using_encoded ( |e| sender. sign ( e) ) ;
You can’t perform that action at this time.
0 commit comments