1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-02-22 22:25:42 +01:00

routing gosisp: use semi-colon, not colon

This commit is contained in:
lisa neigut 2018-09-12 08:31:04 -07:00 committed by Rusty Russell
parent 1c6a00778e
commit b73c77ffe9

View file

@ -570,7 +570,7 @@ An endpoint node:
Once the gossip message has been processed, it's added to a list of outgoing
messages, destined for the processing node's peers, replacing any older
updates from the origin node. This list of gossip messages will be flushed at
regular intervals: such a store-and-delayed-forward broadcast is called a
regular intervals; such a store-and-delayed-forward broadcast is called a
_staggered broadcast_. Also, such batching forms a natural rate
limit with low overhead.