test: ensure tests nodes are started with the debughtlc flag

This commit is contained in:
Olaoluwa Osuntokun 2016-09-21 19:45:22 -07:00
parent e29d8e7e06
commit e6ced8ee7a
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -366,7 +366,7 @@ func TestLightningNetworkDaemon(t *testing.T) {
// With the btcd harness created, we can now complete the
// initialization of the network. args - list of lnd arguments,
// example: "--debuglevel=debug"
args := []string{}
args := []string{"--debughtlc"}
if err := lightningNetwork.InitializeSeedNodes(btcdHarness, args); err != nil {
t.Fatalf("unable to initialize seed nodes: %v", err)
}