From f2878c0c51e639a5406c00a808530a883a867d51 Mon Sep 17 00:00:00 2001 From: HaoranYi Date: Tue, 21 Nov 2023 11:29:54 -0600 Subject: [PATCH] fix merge error (#34195) Co-authored-by: HaoranYi --- sdk/src/account.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/src/account.rs b/sdk/src/account.rs index 75c68c3018..d94d7dc2c6 100644 --- a/sdk/src/account.rs +++ b/sdk/src/account.rs @@ -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(),