* check program owners
* BankSlotDelta should change because InstructionError variant added
Co-authored-by: Tyera Eulberg <tyera@solana.com>
(cherry picked from commit 8399851d11
)
Co-authored-by: sakridge <sakridge@gmail.com>
This commit is contained in:
@@ -193,6 +193,9 @@ pub enum InstructionError {
|
||||
|
||||
#[error("An account does not have enough lamports to be rent-exempt")]
|
||||
AccountNotRentExempt,
|
||||
|
||||
#[error("Invalid account owner")]
|
||||
InvalidAccountOwner,
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
|
||||
|
Reference in New Issue
Block a user