Skip to content

Commit 047a752

Browse files
fix: keyed_account_for_bpf_loader_v3_program index (#107)
1 parent f943d43 commit 047a752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harness/src/program.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ pub fn keyed_account_for_bpf_loader_v2_program() -> (Pubkey, Account) {
175175

176176
/// Get the key and account for the BPF Loader v3 (Upgradeable) program.
177177
pub fn keyed_account_for_bpf_loader_v3_program() -> (Pubkey, Account) {
178-
create_keyed_account_for_builtin_program(&BUILTINS[1].program_id, BUILTINS[1].name)
178+
create_keyed_account_for_builtin_program(&BUILTINS[2].program_id, BUILTINS[2].name)
179179
}
180180

181181
/* ... */

0 commit comments

Comments
 (0)