Skip to content

Commit 6febbc7

Browse files
committed
cln: speed up gossip
1 parent 83ea0d2 commit 6febbc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/warnet/cln.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"--database-upgrade=true",
1616
"--bitcoin-retry-timeout=600",
1717
"--bind-addr=0.0.0.0:9735",
18+
"--developer",
19+
"--dev-fast-gossip",
20+
"--log-level=debug",
1821
]
1922
)
2023

0 commit comments

Comments
 (0)