Skip to content

Commit

Permalink
fix merge error (#34195)
Browse files Browse the repository at this point in the history
Co-authored-by: HaoranYi <[email protected]>
  • Loading branch information
HaoranYi and HaoranYi committed Nov 21, 2023
1 parent 57dc7ad commit f2878c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/src/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit f2878c0

Please sign in to comment.