From d4fa430ca6e638a0a532768059ce5c11e77e74d1 Mon Sep 17 00:00:00 2001 From: Wilmer Paulino Date: Wed, 10 Feb 2021 14:37:34 -0800 Subject: [PATCH] Revert "lntest: always turn off gossip throttling for nodes created in itests" This reverts commit 447c9f2c0be2512b4af0ce1ce5314f661da6952f. --- lntest/node.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lntest/node.go b/lntest/node.go index 1bf009db..1181b785 100644 --- a/lntest/node.go +++ b/lntest/node.go @@ -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")