eth/gasprice: fixup

This commit is contained in:
Felix Lange 2025-06-18 16:00:53 +02:00
parent 38e88a113c
commit 5f69d45200

View file

@ -211,7 +211,7 @@ func newTestBackend(t *testing.T, londonBlock *big.Int, cancunBlock *big.Int, pe
})
// Construct testing chain
chain, err := core.NewBlockChain(&core.BlockchainOptions{NoPrefetch: true}, db, gspec, engine)
chain, err := core.NewBlockChain(db, gspec, engine, &core.BlockChainOptions{NoPrefetch: true})
if err != nil {
t.Fatalf("Failed to create local chain, %v", err)
}