lntest: use validatechannels config option for itests
This commit is contained in:
parent
6fe4114e96
commit
2f1f616c65
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user