Skip to content

Commit 9e78130

Browse files
committed
core/txpool/blobpool: add difficulty to test header
1 parent ec6ed51 commit 9e78130

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
@@ -135,6 +135,7 @@ func (bc *testBlockChain) CurrentBlock() *types.Header {
135135
GasLimit: gasLimit,
136136
BaseFee: baseFee,
137137
ExcessBlobGas: &excessBlobGas,
138+
Difficulty: common.Big0,
138139
}
139140
}
140141

0 commit comments

Comments
 (0)