mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
lntest: always turn off gossip throttling for nodes created in itests
This commit is contained in:
parent
13a2598ded
commit
447c9f2c0b
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ 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")
|
||||
|
|
Loading…
Add table
Reference in a new issue