mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01: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:"+
|
||||
strconv.Itoa(cfg.PeerPort))
|
||||
lndArgs = append(lndArgs, "--noencryptwallet")
|
||||
|
||||
return &lightningNode{
|
||||
cfg: cfg,
|
||||
|
Loading…
Reference in New Issue
Block a user