mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-25 07:51:46 +02:00
7 lines
328 B
Go
7 lines
328 B
Go
package lncfg
|
|
|
|
// Routing holds the configuration options for routing.
|
|
type Routing struct {
|
|
AssumeChannelValid bool `long:"assumechanvalid" description:"DEPRECATED: This is now turned on by default for Neutrino (use neutrino.validatechannels=true to turn off) and shouldn't be used for any other backend! (default: false)"`
|
|
}
|