Accounts is to big, should be its own module (#2198)

Account module is to big, should be in its own module.
This commit is contained in:
anatoly yakovenko
2018-12-17 12:41:23 -08:00
committed by GitHub
parent 07202205c4
commit 9a6e27ac36
5 changed files with 449 additions and 331 deletions

View File

@@ -9,6 +9,7 @@
#![cfg_attr(feature = "unstable", feature(test))]
#[macro_use]
pub mod counter;
pub mod accounts;
pub mod bank;
pub mod banking_stage;
pub mod blob_fetch_stage;