Migrate Rewards test from runtime to Bank

This commit is contained in:
Greg Fitzgerald
2019-02-19 10:21:56 -07:00
parent 36546b4c4c
commit 64dcc31ac7
2 changed files with 34 additions and 96 deletions

View File

@ -2,7 +2,7 @@ mod accounts;
pub mod bank;
pub mod bloom;
mod last_id_queue;
pub mod runtime;
mod runtime;
mod status_cache;
#[macro_use]