more linting fixes

This commit is contained in:
i-norden 2023-03-23 08:50:44 -05:00
parent 0f54a2012d
commit be6fb182d2

View File

@ -512,7 +512,6 @@ func TestBuilderF(t *testing.T) {
block1 = blocks[0]
block2 = blocks[1]
block3 = blocks[2]
blocks = append([]*types.Block{block0}, blocks...)
params := statediff.Params{}
builder = statediff.NewBuilder(chain.StateCache())