mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
Adds a new command line flag `--dev-broadcast-interval=<ms>` that allows us to specify how often the staggered broadcast should trigger. The value is passed down to `gossipd` via an init message. This is mainly useful for integration tests, since we do not want to wait forever for gossip to propagate.