mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: fix most obvious linter errors
This commit is contained in:
parent
1cdb233a00
commit
36838cf7f4
21 changed files with 41 additions and 50 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue