Enable config program at soft launch epoch 0 (#7854)

automerge
This commit is contained in:
Michael Vines
2020-01-17 00:05:33 -07:00
committed by Grimes
parent c576a707b0
commit 57bf618627
2 changed files with 6 additions and 13 deletions

View File

@ -572,9 +572,10 @@ fn test_softlaunch_operating_mode() {
// Programs that are available at soft launch epoch 0
for program_id in [
&solana_config_program::id(),
&solana_sdk::system_program::id(),
&solana_vote_program::id(),
&solana_stake_program::id(),
&solana_vote_program::id(),
]
.iter()
{
@ -591,7 +592,6 @@ fn test_softlaunch_operating_mode() {
// Programs that are not available at soft launch epoch 0
for program_id in [
&solana_config_program::id(),
&solana_sdk::bpf_loader::id(),
&solana_storage_program::id(),
&solana_vest_program::id(),