Skip to content

Commit

Permalink
core/txpool/blobpool: add difficulty to test header
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Feb 4, 2025
1 parent ec6ed51 commit 9e78130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/txpool/blobpool/blobpool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func (bc *testBlockChain) CurrentBlock() *types.Header {
GasLimit: gasLimit,
BaseFee: baseFee,
ExcessBlobGas: &excessBlobGas,
Difficulty: common.Big0,
}
}

Expand Down

0 comments on commit 9e78130

Please sign in to comment.