diff --git a/lntest/node.go b/lntest/node.go index aa965568..43a555a9 100644 --- a/lntest/node.go +++ b/lntest/node.go @@ -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 {