lint: cleanup branch lint errors (#7238)

This commit is contained in:
Sam Kleinman
2021-11-04 12:44:13 +01:00
committed by GitHub
parent 8629d31de3
commit 003d15fa4b
18 changed files with 25 additions and 17 deletions

View File

@@ -257,7 +257,7 @@ func TestCreateProposalBlock(t *testing.T) {
// fill the evidence pool with more evidence
// than can fit in a block
var currentBytes int64 = 0
var currentBytes int64
for currentBytes <= maxEvidenceBytes {
ev := types.NewMockDuplicateVoteEvidenceWithValidator(height, time.Now(), privVals[0], "test-chain")
currentBytes += int64(len(ev.Bytes()))