diff --git a/src/request_processor.rs b/src/request_processor.rs index 165b3eebce..6b7fd03f98 100644 --- a/src/request_processor.rs +++ b/src/request_processor.rs @@ -1,4 +1,4 @@ -//! The `request_stage` processes thin client Request messages. +//! The `request_processor` processes thin client Request messages. use bank::Bank; use bincode::{deserialize, serialize}; diff --git a/src/sigverify_stage.rs b/src/sigverify_stage.rs index 3750378df5..41c8238e0e 100644 --- a/src/sigverify_stage.rs +++ b/src/sigverify_stage.rs @@ -1,4 +1,4 @@ -//! The `sig_verify_stage` implements the signature verification stage of the TPU. +//! The `sigverify_stage` implements the signature verification stage of the TPU. use packet::SharedPackets; use rand::{thread_rng, Rng};