mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 22:11:41 +01:00
lntest/node: change noencryptwallet to noseedbackup
This commit is contained in:
parent
d11212dd61
commit
7c4abd2418
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ func (cfg nodeConfig) genArgs() []string {
|
|||
args = append(args, fmt.Sprintf("--trickledelay=%v", trickleDelay))
|
||||
|
||||
if !cfg.HasSeed {
|
||||
args = append(args, "--noencryptwallet")
|
||||
args = append(args, "--noseedbackup")
|
||||
}
|
||||
|
||||
if cfg.ExtraArgs != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue