multi: fix linter issues

This commit is contained in:
sputn1ck 2022-05-20 08:57:06 +02:00
parent f0bf9302cc
commit a1271fee40
No known key found for this signature in database
GPG key ID: 671103D881A5F0E4
18 changed files with 10 additions and 21 deletions

View file

@ -305,7 +305,7 @@ type LoopInSwapInfo struct { // nolint
// LoopOutSwapInfo contains essential information of a loop-out swap after the
// swap is initiated.
type LoopOutSwapInfo struct { // nolint:golint
type LoopOutSwapInfo struct { // nolint:revive
// SwapHash contains the sha256 hash of the swap preimage.
SwapHash lntypes.Hash