Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
update comment on forward_packets
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Apr 7, 2023
1 parent 2ed673c commit 9a3294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/banking_stage/forwarder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl Forwarder {

/// Forwards all valid, unprocessed packets in the iterator, up to a rate limit.
/// Returns whether forwarding succeeded, the number of attempted forwarded packets
/// if any, the time spent forwarding, and the leader pubkey if any.
/// if any, the time spent forwarding in us, and the leader pubkey if any.
fn forward_packets<'a>(
&self,
forward_option: &ForwardOption,
Expand Down

0 comments on commit 9a3294d

Please sign in to comment.