Skip to content

Commit 8aea36d

Browse files
committed
fix
1 parent 089ce83 commit 8aea36d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/consensus-any/src/block/header.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)