Skip to content

Commit 84593a1

Browse files
committed
core/txpool/blobpool: add difficulty to test header
1 parent b74866b commit 84593a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/txpool/blobpool/blobpool_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ func (bc *testBlockChain) CurrentBlock() *types.Header {
142142
GasLimit: gasLimit,
143143
BaseFee: baseFee,
144144
ExcessBlobGas: &excessBlobGas,
145+
Difficulty: common.Big0,
145146
}
146147
}
147148

0 commit comments

Comments
 (0)