mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 06:32:18 +02:00
multi: fix make lint
Fixes new lint errors caught by the latest version.
This commit is contained in:
@@ -2,7 +2,7 @@ package lncfg
|
||||
|
||||
// Routing holds the configuration options for routing.
|
||||
//
|
||||
// nolint:lll
|
||||
//nolint:lll
|
||||
type Routing struct {
|
||||
AssumeChannelValid bool `long:"assumechanvalid" description:"Skip checking channel spentness during graph validation. This speedup comes at the risk of using an unvalidated view of the network for routing. (default: false)"`
|
||||
|
||||
|
Reference in New Issue
Block a user