Split BPF loader to match the rest of the programs (#4636)

This commit is contained in:
Jack May
2019-06-12 08:49:59 -07:00
committed by GitHub
parent dd1c3514a8
commit 0dcdc37fec
19 changed files with 52 additions and 57 deletions

View File

@@ -64,7 +64,7 @@ pub fn create_genesis_block_with_leader(
),
],
&[
solana_bpf_loader!(),
solana_bpf_loader_program!(),
solana_vote_program!(),
solana_stake_program!(),
],