mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 14:04:06 +01:00
lntest/node: execute lnd-debug binary
This commit is contained in:
parent
701d37725c
commit
6fa7b2f8f7
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ func (hn *HarnessNode) start(lndError chan<- error) error {
|
|||
|
||||
args := hn.cfg.genArgs()
|
||||
args = append(args, fmt.Sprintf("--profile=%d", 9000+hn.NodeID))
|
||||
hn.cmd = exec.Command("./lnd", args...)
|
||||
hn.cmd = exec.Command("./lnd-debug", args...)
|
||||
|
||||
// Redirect stderr output to buffer
|
||||
var errb bytes.Buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue