Revert "lntest: always turn off gossip throttling for nodes created in itests"

This reverts commit 447c9f2c0b.
This commit is contained in:
Wilmer Paulino 2021-02-10 14:37:34 -08:00
parent 503536c1e4
commit d4fa430ca6
No known key found for this signature in database
GPG Key ID: 6DF57B9F9514972F

View File

@ -281,7 +281,6 @@ func (cfg NodeConfig) genArgs() []string {
args = append(args, fmt.Sprintf("--invoicemacaroonpath=%v", cfg.InvoiceMacPath))
args = append(args, fmt.Sprintf("--trickledelay=%v", trickleDelay))
args = append(args, fmt.Sprintf("--profile=%d", cfg.ProfilePort))
args = append(args, fmt.Sprintf("--protocol.legacy.no-gossip-throttle"))
if !cfg.HasSeed {
args = append(args, "--noseedbackup")