mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
linter: fix lint issues after linter v2 update
This commit is contained in:
parent
bd6271e633
commit
e98f733ef8
29 changed files with 65 additions and 59 deletions
4
swap.go
4
swap.go
|
|
@ -13,6 +13,8 @@ import (
|
|||
)
|
||||
|
||||
type swapKit struct {
|
||||
swapConfig
|
||||
|
||||
hash lntypes.Hash
|
||||
|
||||
height int32 //nolint:structcheck
|
||||
|
|
@ -28,8 +30,6 @@ type swapKit struct {
|
|||
contract *loopdb.SwapContract
|
||||
|
||||
swapType swap.Type
|
||||
|
||||
swapConfig
|
||||
}
|
||||
|
||||
func newSwapKit(hash lntypes.Hash, swapType swap.Type, cfg *swapConfig,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue