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
|
|
@ -93,6 +93,8 @@ var (
|
|||
// Client performs the client side part of swaps. This interface exists to be
|
||||
// able to implement a stub.
|
||||
type Client struct {
|
||||
clientConfig
|
||||
|
||||
started uint32 // To be used atomically.
|
||||
errChan chan error
|
||||
|
||||
|
|
@ -107,8 +109,6 @@ type Client struct {
|
|||
|
||||
resumeReady chan struct{}
|
||||
wg sync.WaitGroup
|
||||
|
||||
clientConfig
|
||||
}
|
||||
|
||||
// ClientConfig is the exported configuration structure that is required to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue