Skip to content

Commit 83ebc1d

Browse files
committed
f clarity
1 parent e7aa6d7 commit 83ebc1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lightning/src/routing/network_graph.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -434,12 +434,12 @@ where C::Target: chain::Access, L::Target: Logger
434434
// message).
435435
//
436436
// Obnoxiously, `gossip_timestamp_filter` isn't *just* a filter, but its also a request for
437-
// your peer to send you the full routing graph. Thus, in order to tell a peer to send you
438-
// any updates as it sees them, you have to also ask for the full routing graph to be
439-
// synced. If you set a timestamp filter near the current time, peers will simply not
440-
// forward any new updates they see to you which were generated some time ago (which is
441-
// not uncommon). If you instead set a timestamp filter near 0 (or two weeks ago), you will
442-
// always get the full routing graph from all your peers.
437+
// your peer to send you the full routing graph (subject to the filter). Thus, in order to
438+
// tell a peer to send you any updates as it sees them, you have to also ask for the full
439+
// routing graph to be synced. If you set a timestamp filter near the current time, peers
440+
// will simply not forward any new updates they see to you which were generated some time
441+
// ago (which is not uncommon). If you instead set a timestamp filter near 0 (or two weeks
442+
// ago), you will always get the full routing graph from all your peers.
443443
//
444444
// Most lightning nodes today opt to simply turn off receiving gossip data which only
445445
// propagated some time after it was generated, and, worse, often disable gossiping with

0 commit comments

Comments
 (0)