Skip to content

Commit

Permalink
Update packages/block/src/block.ts
Browse files Browse the repository at this point in the history
Co-authored-by: g11tech <gajinder@g11.in>
  • Loading branch information
acolytec3 and g11tech committed Jul 28, 2023
1 parent 533da51 commit eaa7f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block/src/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export class Block {
}

const expectedExcessBlobGas = parentHeader.calcNextExcessBlobGas()
if (this.header.excessblobGas !== expectedExcessblobGas) {
if (this.header.excessBlobGas !== expectedExcessblobGas) {
throw new Error(
`block excessblobGas mismatch: have ${this.header.excessblobGas}, want ${expectedExcessblobGas}`
)
Expand Down

0 comments on commit eaa7f3c

Please sign in to comment.