Make BPF Loader static (#11516)
This commit is contained in:
@ -468,7 +468,7 @@ fn main() -> Result<(), Box<dyn error::Error>> {
|
||||
);
|
||||
|
||||
let native_instruction_processors =
|
||||
solana_genesis_programs::get_programs(operating_mode, 0).unwrap_or_else(Vec::new);
|
||||
solana_genesis_programs::get_native_programs(operating_mode, 0).unwrap_or_else(Vec::new);
|
||||
let inflation = solana_genesis_programs::get_inflation(operating_mode, 0).unwrap();
|
||||
|
||||
let mut genesis_config = GenesisConfig {
|
||||
|
Reference in New Issue
Block a user