Browse Source

contrib: make bitcoin polling and gossip propagation snappier

Faster stronger better local testing
pyln
niftynei 4 years ago
committed by Rusty Russell
parent
commit
d0e42e2c36
  1. 2
      contrib/startup_regtest.sh

2
contrib/startup_regtest.sh

@ -86,6 +86,8 @@ start_nodes() {
log-level=debug
log-file=/tmp/l$i-$network/log
addr=localhost:$socket
dev-fast-gossip
dev-bitcoind-poll=5
EOF
# Start the lightning nodes

Loading…
Cancel
Save