mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 23:53:41 +02:00
multi: skip checking long lines for config files
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package lncfg
|
||||
|
||||
// Routing holds the configuration options for routing.
|
||||
//
|
||||
// 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