Fix comments

This commit is contained in:
Greg Fitzgerald 2018-05-25 16:57:47 -06:00
parent 733b31ebbd
commit a598e4aa74
2 changed files with 2 additions and 2 deletions

View File

@ -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};

View File

@ -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};