eth/catalyst: fix TestEth2PrepareAndGetPayload

This commit is contained in:
Martin Holst Swende 2024-04-18 09:35:08 +02:00
parent 3a60e8d1d5
commit 3cb2e44724
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -189,7 +189,7 @@ func TestEth2PrepareAndGetPayload(t *testing.T) {
// Put the 10th block's tx in the pool and produce a new block
txs := blocks[9].Transactions()
ethservice.TxPool().Add(txs, true, false)
ethservice.TxPool().Add(txs, true, true)
blockParams := engine.PayloadAttributes{
Timestamp: blocks[8].Time() + 5,
}