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
commit 3df62268ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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