diff --git a/lntest/node/config.go b/lntest/node/config.go index 4fccbf6ab5..a0935bb3eb 100644 --- a/lntest/node/config.go +++ b/lntest/node/config.go @@ -233,7 +233,7 @@ func (cfg *BaseNodeConfig) GenArgs() []string { nodeArgs := []string{ "--nobootstrap", - "--debuglevel=debug,CRTR=trace", + "--debuglevel=debug,HSWC=trace", "--bitcoin.defaultchanconfs=1", "--accept-keysend", "--keep-failed-payment-attempts",