core/txpool/blobpool: add difficulty to test header

This commit is contained in:
lightclient 2025-02-04 07:16:17 -07:00
parent b74866bcf9
commit 84593a14e2
No known key found for this signature in database
GPG key ID: 657913021EF45A6A

View file

@ -142,6 +142,7 @@ func (bc *testBlockChain) CurrentBlock() *types.Header {
GasLimit: gasLimit, GasLimit: gasLimit,
BaseFee: baseFee, BaseFee: baseFee,
ExcessBlobGas: &excessBlobGas, ExcessBlobGas: &excessBlobGas,
Difficulty: common.Big0,
} }
} }