mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
eth/catalyst: fix TestEth2PrepareAndGetPayload
This commit is contained in:
parent
3a60e8d1d5
commit
3cb2e44724
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue