mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
Merge pull request #5193 from wpaulino/neutrino-assume-valid
Use routing.assumechanvalid=true by default in Neutrino mode
This commit is contained in:
@@ -24,6 +24,9 @@ func (b NeutrinoBackendConfig) GenArgs() []string {
|
||||
var args []string
|
||||
args = append(args, "--bitcoin.node=neutrino")
|
||||
args = append(args, "--neutrino.connect="+b.minerAddr)
|
||||
// We enable validating channels so that we can obtain the outpoint for
|
||||
// channels within the graph and make certain assertions based on them.
|
||||
args = append(args, "--neutrino.validatechannels")
|
||||
return args
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user