Move SystemTransaction into its own module

This commit is contained in:
Greg Fitzgerald
2018-09-26 10:07:53 -06:00
parent be20c99758
commit c83dcea87d
16 changed files with 211 additions and 183 deletions

View File

@@ -58,6 +58,7 @@ pub mod storage_program;
pub mod store_ledger_stage;
pub mod streamer;
pub mod system_program;
pub mod system_transaction;
pub mod thin_client;
pub mod tictactoe_program;
pub mod timing;