Skip to content

Commit 9999603

Browse files
authored
fix: update owner to LOADER_V4 in program.rs (#188)
1 parent ddadaf6 commit 9999603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

harness/src/program.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,8 @@ pub fn create_program_account_loader_v4(elf: &[u8]) -> Account {
387387
Account {
388388
lamports,
389389
data,
390-
owner: loader_keys::LOADER_V3,
391-
executable: false,
390+
owner: loader_keys::LOADER_V4,
391+
executable: true,
392392
..Default::default()
393393
}
394394
}

0 commit comments

Comments
 (0)