data_replicator -> ncp

Fixes #327
This commit is contained in:
Greg Fitzgerald
2018-06-07 16:06:32 -06:00
parent cdfbbe5e60
commit 7aa05618a3
7 changed files with 29 additions and 29 deletions

View File

@@ -13,7 +13,6 @@ pub mod bank;
pub mod banking_stage;
pub mod budget;
pub mod crdt;
pub mod data_replicator;
pub mod entry;
pub mod entry_writer;
#[cfg(feature = "erasure")]
@@ -23,6 +22,7 @@ pub mod hash;
pub mod ledger;
pub mod logger;
pub mod mint;
pub mod ncp;
pub mod packet;
pub mod payment_plan;
pub mod record_stage;