Move system_transaction out of src/

This commit is contained in:
Michael Vines
2018-12-04 15:37:11 -08:00
parent 122627dda2
commit 214ed3667c
25 changed files with 106 additions and 103 deletions

View File

@@ -16,6 +16,7 @@ pub mod signature;
pub mod storage_program;
pub mod system_instruction;
pub mod system_program;
pub mod system_transaction;
pub mod timing;
pub mod token_program;
pub mod transaction;