Skip to content

Commit 7c2b3ed

Browse files
committed
f sp
1 parent 49bf028 commit 7c2b3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/peer_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ const MAX_BUFFER_DRAIN_TICK_INTERVALS_PER_PEER: i8 = 4;
325325
/// process before the next ping.
326326
///
327327
/// Note that we continue responding to other messages even after we've sent this many messages, so
328-
/// its more of a general guideline used for gossip backfill (and gossip forwarding, times
328+
/// it's more of a general guideline used for gossip backfill (and gossip forwarding, times
329329
/// [`FORWARD_INIT_SYNC_BUFFER_LIMIT_RATIO`]) than a hard limit.
330330
const BUFFER_DRAIN_MSGS_PER_TICK: usize = 32;
331331

0 commit comments

Comments
 (0)