From 9a3294de83cda4401e1b166cd03a9f563b6c7d71 Mon Sep 17 00:00:00 2001 From: Andrew Fitzgerald Date: Fri, 7 Apr 2023 16:24:44 +0000 Subject: [PATCH] update comment on forward_packets --- core/src/banking_stage/forwarder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/banking_stage/forwarder.rs b/core/src/banking_stage/forwarder.rs index 56ea312ea2c9b3..39ff47212598fc 100644 --- a/core/src/banking_stage/forwarder.rs +++ b/core/src/banking_stage/forwarder.rs @@ -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,