fix merge error (#34195)

Co-authored-by: HaoranYi <haoran.yi@solana.com>
This commit is contained in:
HaoranYi 2023-11-21 11:29:54 -06:00 committed by GitHub
parent 57dc7adda1
commit f2878c0c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -755,7 +755,8 @@ pub fn create_is_signer_account_infos<'a>(
})
.collect()
}
+ /// Replacement for the executable flag: An account being owned by one of these contains a program.
/// Replacement for the executable flag: An account being owned by one of these contains a program.
pub const PROGRAM_OWNERS: &[Pubkey] = &[
bpf_loader_upgradeable::id(),
bpf_loader::id(),