Allow tests to add instruction processors

Make runtime a private module again.
This commit is contained in:
Greg Fitzgerald
2019-03-16 05:50:44 -06:00
committed by Grimes
parent ee39f31d81
commit 55cdbedb52
4 changed files with 94 additions and 141 deletions

View File

@@ -6,7 +6,7 @@ mod blockhash_queue;
pub mod bloom;
pub mod loader_utils;
mod native_loader;
pub mod runtime;
mod runtime;
mod status_cache;
mod system_program;