File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
crates/consensus-any/src/block Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,6 @@ impl AnyHeader {
132132 excess_blob_gas,
133133 parent_beacon_block_root,
134134 requests_hash,
135- target_blobs_per_block,
136135 } = self ;
137136
138137 Ok ( Header {
@@ -157,7 +156,6 @@ impl AnyHeader {
157156 excess_blob_gas,
158157 parent_beacon_block_root,
159158 requests_hash,
160- target_blobs_per_block,
161159 } )
162160 }
163161
@@ -187,7 +185,6 @@ impl AnyHeader {
187185 excess_blob_gas,
188186 parent_beacon_block_root,
189187 requests_hash,
190- target_blobs_per_block,
191188 } = self ;
192189
193190 Header {
@@ -212,7 +209,6 @@ impl AnyHeader {
212209 excess_blob_gas,
213210 parent_beacon_block_root,
214211 requests_hash,
215- target_blobs_per_block,
216212 }
217213 }
218214}
You can’t perform that action at this time.
0 commit comments