Rename system_program to system_instrution_processor

This commit is contained in:
Greg Fitzgerald
2019-04-02 08:36:10 -06:00
parent 0a9f063d3e
commit 947cdd8748
3 changed files with 8 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ pub mod locked_accounts_results;
mod native_loader;
pub mod runtime;
mod status_cache;
mod system_program;
mod system_instruction_processor;
#[macro_use]
extern crate solana_metrics;