mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-12 18:01:23 +02:00
networktest: --noencryptwallet for test nodes
This commit adds the --noencryptwallet flag to integration test nodes, causing them to be operational during the tests without having to provide a password over rpc.
This commit is contained in:
parent
824e0c2982
commit
2c2d18ee10
@ -149,6 +149,7 @@ func newLightningNode(btcrpcConfig *rpcclient.ConnConfig, lndArgs []string) (*li
|
|||||||
|
|
||||||
lndArgs = append(lndArgs, "--externalip=127.0.0.1:"+
|
lndArgs = append(lndArgs, "--externalip=127.0.0.1:"+
|
||||||
strconv.Itoa(cfg.PeerPort))
|
strconv.Itoa(cfg.PeerPort))
|
||||||
|
lndArgs = append(lndArgs, "--noencryptwallet")
|
||||||
|
|
||||||
return &lightningNode{
|
return &lightningNode{
|
||||||
cfg: cfg,
|
cfg: cfg,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user