Prevent the invoke and upgrade of programs in the same tx batch (bp #14653) (#14680)

This commit is contained in:
mergify[bot]
2021-01-19 17:58:45 -08:00
committed by GitHub
parent fcd8dd75c5
commit 44ad4a1ecd
9 changed files with 1544 additions and 163 deletions

View File

@@ -86,8 +86,8 @@ pub enum UpgradeableLoaderInstruction {
///
/// # Account references
/// 0. [writable] The ProgramData account.
/// 1. [] The Program account.
/// 2. [Writable] The Buffer account where the program data has been
/// 1. [writable] The Program account.
/// 2. [writable] The Buffer account where the program data has been
/// written.
/// 3. [writable] The spill account.
/// 4. [] Rent sysvar.