test: ensure tests nodes are started with the debughtlc flag
This commit is contained in:
parent
e29d8e7e06
commit
e6ced8ee7a
@ -366,7 +366,7 @@ func TestLightningNetworkDaemon(t *testing.T) {
|
|||||||
// With the btcd harness created, we can now complete the
|
// With the btcd harness created, we can now complete the
|
||||||
// initialization of the network. args - list of lnd arguments,
|
// initialization of the network. args - list of lnd arguments,
|
||||||
// example: "--debuglevel=debug"
|
// example: "--debuglevel=debug"
|
||||||
args := []string{}
|
args := []string{"--debughtlc"}
|
||||||
if err := lightningNetwork.InitializeSeedNodes(btcdHarness, args); err != nil {
|
if err := lightningNetwork.InitializeSeedNodes(btcdHarness, args); err != nil {
|
||||||
t.Fatalf("unable to initialize seed nodes: %v", err)
|
t.Fatalf("unable to initialize seed nodes: %v", err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user