From a25bc7794a6f0989979353c750164ddf6238e70a Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Mon, 26 Jun 2023 16:12:24 +0530 Subject: [PATCH] fix : genspec config --- consensus/bor/bor_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/consensus/bor/bor_test.go b/consensus/bor/bor_test.go index 655f0dc381..590ddbc3a7 100644 --- a/consensus/bor/bor_test.go +++ b/consensus/bor/bor_test.go @@ -51,6 +51,7 @@ func TestGenesisContractChange(t *testing.T) { Code: []byte{0x1, 0x1}, }, }, + Config: ¶ms.ChainConfig{}, } db := rawdb.NewMemoryDatabase()