From 48e07c3dbb51bcc926afbf81107733f1a2ecda9e Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Wed, 31 May 2023 13:18:28 +0200 Subject: [PATCH] Minimize diff --- core/blockchain_test.go | 1 + 1 file changed, 1 insertion(+) 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})