multi: fix most obvious linter errors

This commit is contained in:
Oliver Gugger 2019-10-07 17:29:24 +02:00
parent 1cdb233a00
commit 36838cf7f4
No known key found for this signature in database
GPG key ID: 8E4256593F177720
21 changed files with 41 additions and 50 deletions

View file

@ -21,14 +21,6 @@ var (
1, 1, 1, 1, 2, 2, 2, 2,
3, 3, 3, 3, 4, 4, 4, 4,
})
testPrepayPreimage = lntypes.Preimage([32]byte{
1, 1, 1, 1, 2, 2, 2, 2,
3, 3, 3, 3, 4, 4, 4, 4,
1, 1, 1, 1, 2, 2, 2, 2,
3, 3, 3, 3, 4, 4, 4, 5,
})
testStartingHeight = uint32(600)
)
// testContext contains functionality to support client unit tests.