fix lint err

This commit is contained in:
Sina Mahmoodi 2024-07-09 14:19:50 +02:00
parent 3d12e68d24
commit 0853d74b40

View file

@ -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)