mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
Revert "lntest: always turn off gossip throttling for nodes created in itests"
This reverts commit 447c9f2c0b
.
This commit is contained in:
parent
503536c1e4
commit
d4fa430ca6
@ -281,7 +281,6 @@ func (cfg NodeConfig) genArgs() []string {
|
|||||||
args = append(args, fmt.Sprintf("--invoicemacaroonpath=%v", cfg.InvoiceMacPath))
|
args = append(args, fmt.Sprintf("--invoicemacaroonpath=%v", cfg.InvoiceMacPath))
|
||||||
args = append(args, fmt.Sprintf("--trickledelay=%v", trickleDelay))
|
args = append(args, fmt.Sprintf("--trickledelay=%v", trickleDelay))
|
||||||
args = append(args, fmt.Sprintf("--profile=%d", cfg.ProfilePort))
|
args = append(args, fmt.Sprintf("--profile=%d", cfg.ProfilePort))
|
||||||
args = append(args, fmt.Sprintf("--protocol.legacy.no-gossip-throttle"))
|
|
||||||
|
|
||||||
if !cfg.HasSeed {
|
if !cfg.HasSeed {
|
||||||
args = append(args, "--noseedbackup")
|
args = append(args, "--noseedbackup")
|
||||||
|
Loading…
Reference in New Issue
Block a user