You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/cmd/loop
sputn1ck 4baf88c414
multi: fix linter issues
This commit fixes outstanding linter issues, that we're not found by
running `make lint` locally. The linter issues were found by running
`docker run -v $(pwd):/build loop-tools golangci-lint run --whole-files`

I added the `revive` to the excludes as it would be to much of a
refactor and IMO seems unneccesary. E.g.
`interface.go:222:6: exported: type name will be used as
loop.LoopInTerms by other packages, and that stutters; consider
 calling this InTerms (revive)`. I think `loop.LoopInTerms` is fine.
1 year ago
..
liquidity.go loopd+liquidity: persist parameters on disk 2 years ago
loopin.go multi: fix linter issues 1 year ago
loopout.go multi: fix linter issues 2 years ago
lsat.go multi: fix linter issues 2 years ago
main.go multi: completely remove support for NP2WSH htlcs 2 years ago
monitor.go looprpc+loop: report swap cost over rpc 5 years ago
quote.go multi: pass private, routehints from loopcli - loopd - loop server 3 years ago
swaps.go multi: fix linter issues 2 years ago
terms.go multi: bump btcec/v2 and btcutil to new versions 2 years ago
utils.go multi: move server proto files to their own directory 3 years ago