diff --git a/core/blockchain_test.go b/core/blockchain_test.go index 27789f2b59..f736ced6b0 100644 --- a/core/blockchain_test.go +++ b/core/blockchain_test.go @@ -2915,6 +2915,7 @@ func TestEIP2718Transition(t *testing.T) { }, } ) + genesis := gspec.MustCommit(db) blocks, _ := GenerateChain(gspec.Config, genesis, engine, db, 1, func(i int, b *BlockGen) { b.SetCoinbase(common.Address{1})