Upgradeable programs needs program account's address as program id (#14417)
This commit is contained in:
@ -248,6 +248,7 @@ pub trait Executor: Debug + Send + Sync {
|
||||
/// Execute the program
|
||||
fn execute(
|
||||
&self,
|
||||
loader_id: &Pubkey,
|
||||
program_id: &Pubkey,
|
||||
keyed_accounts: &[KeyedAccount],
|
||||
instruction_data: &[u8],
|
||||
|
Reference in New Issue
Block a user