Move storage_program out of src/

This commit is contained in:
Michael Vines
2018-12-04 08:20:41 -08:00
parent ea6e042a6f
commit 27d456bf93
12 changed files with 155 additions and 104 deletions

View File

@@ -7,6 +7,7 @@ pub mod native_program;
pub mod packet;
pub mod pubkey;
pub mod signature;
pub mod storage_program;
pub mod system_instruction;
pub mod system_program;
pub mod timing;