tower consensus naming (#4598)

s/locktower/tower/g
This commit is contained in:
anatoly yakovenko
2019-06-24 13:41:23 -07:00
committed by GitHub
parent 407b1d3e6f
commit 29611fb61d
15 changed files with 152 additions and 159 deletions

View File

@@ -30,6 +30,7 @@ pub mod cluster;
pub mod cluster_info;
pub mod cluster_info_repair_listener;
pub mod cluster_tests;
pub mod consensus;
pub mod entry;
pub mod erasure;
pub mod fetch_stage;
@@ -41,7 +42,6 @@ pub mod leader_schedule_cache;
pub mod leader_schedule_utils;
pub mod local_cluster;
pub mod local_vote_signer_service;
pub mod locktower;
pub mod packet;
pub mod poh;
pub mod poh_recorder;