lntest/node: change noencryptwallet to noseedbackup
This commit is contained in:
parent
d11212dd61
commit
7c4abd2418
@ -168,7 +168,7 @@ func (cfg nodeConfig) genArgs() []string {
|
|||||||
args = append(args, fmt.Sprintf("--trickledelay=%v", trickleDelay))
|
args = append(args, fmt.Sprintf("--trickledelay=%v", trickleDelay))
|
||||||
|
|
||||||
if !cfg.HasSeed {
|
if !cfg.HasSeed {
|
||||||
args = append(args, "--noencryptwallet")
|
args = append(args, "--noseedbackup")
|
||||||
}
|
}
|
||||||
|
|
||||||
if cfg.ExtraArgs != nil {
|
if cfg.ExtraArgs != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user