Merge pull request #2158 from halseth/integration-tests-remove-externalip

[Trivial] lntest/node: remove extraneous externalip
This commit is contained in:
Johan T. Halseth
2018-11-09 08:44:04 +01:00
committed by GitHub

View File

@ -165,7 +165,6 @@ func (cfg nodeConfig) genArgs() []string {
args = append(args, fmt.Sprintf("--adminmacaroonpath=%v", cfg.AdminMacPath))
args = append(args, fmt.Sprintf("--readonlymacaroonpath=%v", cfg.ReadMacPath))
args = append(args, fmt.Sprintf("--invoicemacaroonpath=%v", cfg.InvoiceMacPath))
args = append(args, fmt.Sprintf("--externalip=%s", cfg.P2PAddr()))
args = append(args, fmt.Sprintf("--trickledelay=%v", trickleDelay))
if !cfg.HasSeed {