lntest/node: change noencryptwallet to noseedbackup

This commit is contained in:
Conner Fromknecht 2018-09-04 18:49:37 -07:00
parent d11212dd61
commit 7c4abd2418
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -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 {