Rename WindowStage to RetransmitStage

The window is used for both broadcasting from leader to validator
and retransmitting between validators.
This commit is contained in:
Greg Fitzgerald
2018-08-09 13:03:34 -06:00
parent a09d2e252a
commit 6a8a494f5d
3 changed files with 34 additions and 34 deletions

View File

@@ -40,6 +40,7 @@ pub mod request;
pub mod request_processor;
pub mod request_stage;
pub mod result;
pub mod retransmit_stage;
pub mod rpu;
pub mod service;
pub mod signature;
@@ -54,7 +55,6 @@ pub mod tvu;
pub mod vote_stage;
pub mod voting;
pub mod wallet;
pub mod window_stage;
pub mod write_stage;
extern crate bincode;
extern crate bs58;