diff --git a/consensus/misc/eip4844/eip4844_test.go b/consensus/misc/eip4844/eip4844_test.go index f4e3cb3d9a..e403e70db6 100644 --- a/consensus/misc/eip4844/eip4844_test.go +++ b/consensus/misc/eip4844/eip4844_test.go @@ -60,6 +60,7 @@ func TestCalcExcessBlobGas(t *testing.T) { header := &types.Header{ ExcessBlobGas: &tt.excess, BlobGasUsed: &blobGasUsed, + Number: big.NewInt(1), } result := CalcExcessBlobGas(config, header, *config.CancunTime) if result != tt.want {