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

@@ -6,6 +6,7 @@ pub mod budget_program;
pub mod budget_transaction;
pub mod hash;
pub mod loader_instruction;
pub mod loader_transaction;
pub mod native_loader;
pub mod native_program;
pub mod packet;