Rename Runtime to MessageProcessor

This commit is contained in:
Greg Fitzgerald
2019-04-02 09:35:38 -06:00
parent 77bb9e7ffc
commit a0041cec97
5 changed files with 23 additions and 23 deletions

View File

@@ -6,8 +6,8 @@ mod blockhash_queue;
pub mod bloom;
pub mod loader_utils;
pub mod locked_accounts_results;
pub mod message_processor;
mod native_loader;
pub mod runtime;
mod status_cache;
mod system_instruction_processor;