mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
eth/gasprice: fixup
This commit is contained in:
parent
38e88a113c
commit
5f69d45200
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue