chore: replace obsolete set_bpf_compute_max_units

This commit is contained in:
Sebastian Bor 2022-02-01 23:10:27 +00:00 committed by Christian Kamm
parent 12432b3340
commit 6bbae6519c
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ impl TestContext {
processor!(voter_stake_registry::entry),
);
// intentionally set to half the limit, to catch potential problems early
test.set_bpf_compute_max_units(110000);
test.set_compute_max_units(110000);
let governance_program_id =
Pubkey::from_str(&"GovernanceProgramTest1111111111111111111111").unwrap();