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:
parent
1c6a00778e
commit
b73c77ffe9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue