Skip to content

Commit c1d63f1

Browse files
eeemmmmmmmacfarla
andauthored
fix: add missing blobGasUsed field copy in BlockHeaderBuilder.fromBuilder() (#9595)
Signed-off-by: emmmm <155267286+eeemmmmmm@users.noreply.github.com> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
1 parent 278e576 commit c1d63f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ethereum/core/src/main/java/org/hyperledger/besu/ethereum/core/BlockHeaderBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ public static BlockHeaderBuilder fromBuilder(final BlockHeaderBuilder fromBuilde
186186
.baseFee(fromBuilder.baseFee)
187187
.prevRandao(fromBuilder.mixHashOrPrevRandao)
188188
.withdrawalsRoot(fromBuilder.withdrawalsRoot)
189+
.blobGasUsed(fromBuilder.blobGasUsed)
189190
.excessBlobGas(fromBuilder.excessBlobGas)
190191
.parentBeaconBlockRoot(fromBuilder.parentBeaconBlockRoot)
191192
.requestsHash(fromBuilder.requestsHash)

0 commit comments

Comments
 (0)