From 0853d74b4078bc09ed88c1e3e10c472d7f7b2aa5 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Tue, 9 Jul 2024 14:19:50 +0200 Subject: [PATCH] fix lint err --- core/state_processor_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/state_processor_test.go b/core/state_processor_test.go index a4d6b47e96..fd209576a3 100644 --- a/core/state_processor_test.go +++ b/core/state_processor_test.go @@ -540,7 +540,6 @@ func TestProcessParentBlockHash(t *testing.T) { hashB = common.Hash{0x02} header = &types.Header{ParentHash: hashA, Number: big.NewInt(2), Difficulty: big.NewInt(0)} parent = &types.Header{ParentHash: hashB, Number: big.NewInt(1), Difficulty: big.NewInt(0)} - genesis = &types.Header{ParentHash: common.Hash{}, Number: big.NewInt(0)} coinbase = common.Address{} ) statedb.SetNonce(params.HistoryStorageAddress, 1)