Move native program entrypoint out of instruction_processor_utils (#8122)

This commit is contained in:
Jack May
2020-02-04 14:54:49 -08:00
committed by GitHub
parent b5a735878a
commit 15ab966ed1
6 changed files with 108 additions and 105 deletions

View File

@@ -6,6 +6,7 @@ pub mod account_utils;
pub mod bpf_loader;
pub mod clock;
pub mod commitment_config;
pub mod entrypoint_native;
pub mod epoch_schedule;
pub mod fee_calculator;
pub mod hash;