mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-03 20:46:04 +02:00
multi: fix make lint
Fixes new lint errors caught by the latest version.
This commit is contained in:
@@ -5,7 +5,7 @@ import "github.com/lightningnetwork/lnd/watchtower"
|
||||
// Watchtower holds the daemon specific configuration parameters for running a
|
||||
// watchtower that shares resources with the daemon.
|
||||
//
|
||||
// nolint:lll
|
||||
//nolint:lll
|
||||
type Watchtower struct {
|
||||
Active bool `long:"active" description:"If the watchtower should be active or not"`
|
||||
|
||||
|
Reference in New Issue
Block a user