Fuzzer test and fixes (#9853)
This commit is contained in:
@ -64,6 +64,11 @@ pub enum TransactionError {
|
||||
|
||||
/// This program may not be used for executing instructions
|
||||
InvalidProgramForExecution,
|
||||
|
||||
/// Transaction failed to sanitize accounts offsets correctly
|
||||
/// implies that account locks are not taken for this TX, and should
|
||||
/// not be unlocked.
|
||||
SanitizeFailure,
|
||||
}
|
||||
|
||||
pub type Result<T> = result::Result<T, TransactionError>;
|
||||
|
Reference in New Issue
Block a user