mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: fix linter issues
This commit is contained in:
parent
f0bf9302cc
commit
a1271fee40
18 changed files with 10 additions and 21 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue