Move loader_transaction out of src/

This commit is contained in:
Michael Vines
2018-12-04 15:18:35 -08:00
parent 7af95eadcc
commit 122627dda2
5 changed files with 9 additions and 19 deletions

View File

@@ -41,7 +41,6 @@ pub mod fullnode;
pub mod leader_scheduler;
pub mod ledger;
pub mod ledger_write_stage;
pub mod loader_transaction;
pub mod logger;
pub mod mint;
pub mod native_loader;