multi: fix make lint

Fixes new lint errors caught by the latest version.
This commit is contained in:
yyforyongyu
2022-11-18 07:01:42 +08:00
parent 39b972afe0
commit 84fd911b47
34 changed files with 36 additions and 39 deletions

View File

@@ -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)"`