mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
core/txpool/blobpool: add difficulty to test header
This commit is contained in:
parent
b74866bcf9
commit
84593a14e2
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue