Skip to content

Commit

Permalink
Check loader-v4::id() as a valid program owner (#33167)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 authored Sep 6, 2023
1 parent 5d15380 commit 377b600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5079,6 +5079,7 @@ impl Bank {
bpf_loader_upgradeable::id(),
bpf_loader::id(),
bpf_loader_deprecated::id(),
loader_v4::id(),
];
let program_owners_refs: Vec<&Pubkey> = program_owners.iter().collect();
let mut program_accounts_map = self.rc.accounts.filter_executable_program_accounts(
Expand Down

0 comments on commit 377b600

Please sign in to comment.