Skip to content

Commit fc16503

Browse files
Conor Okushaleyberkoe
Conor Okus
andauthored
Update docs/_blog/announcing-rapid-gossip-sync.md
Co-authored-by: Haley Berkoe <94868372+haleyberkoe@users.noreply.github.com>
1 parent 04e3d0a commit fc16503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_blog/announcing-rapid-gossip-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ As their names imply, channel announcements are sent when a public channel opens
2323

2424
One of the noteworthy properties of gossip is that a lot of data is duplicated across messages. For example, each channel announcement and update contains the genesis block hash. Similarly, each channel announcement contains both nodes’ public keys, exacerbating data redundancy for well-connected nodes. So, to reduce bandwidth requirements, we decided to see if we could strip data to create a more efficient way of conveying the same information.
2525

26-
In the next few paragraphs, we'll outline a selection of the various improvements/optimizations we came up with.
26+
In the next few paragraphs, we'll outline a selection of the various optimizations we came up with.
2727

2828
## Rapid Gossip Sync
2929

0 commit comments

Comments
 (0)