Move system_program out of src/

This commit is contained in:
Michael Vines
2018-12-03 13:32:31 -08:00
parent ae0be1e857
commit 9a4f8199d6
28 changed files with 332 additions and 571 deletions

View File

@@ -1,4 +1,5 @@
pub mod account;
pub mod bpf_loader;
pub mod hash;
pub mod loader_instruction;
pub mod native_loader;
@@ -7,6 +8,7 @@ pub mod packet;
pub mod pubkey;
pub mod signature;
pub mod system_instruction;
pub mod system_program;
pub mod timing;
pub mod transaction;