fix linter

This commit is contained in:
alex.sharov 2023-08-25 12:05:36 +07:00
parent c4def0402a
commit da275f35cc

View File

@ -143,7 +143,6 @@ func TestEth66Messages(t *testing.T) {
t.Fatal(err1) t.Fatal(err1)
} }
txs = append(txs, tx) txs = append(txs, tx)
txRlps = append(txRlps, rlpdata)
} }
} }
// init the block body data, both object and rlp form // init the block body data, both object and rlp form