Cleanup unsupported sysvars (#16390)
* Cleanup unsupported sysvars * fix ser description
This commit is contained in:
@ -211,6 +211,10 @@ pub enum InstructionError {
|
||||
/// Program arithmetic overflowed
|
||||
#[error("Program arithmetic overflowed")]
|
||||
ArithmeticOverflow,
|
||||
|
||||
/// Unsupported sysvar
|
||||
#[error("Unsupported sysvar")]
|
||||
UnsupportedSysvar,
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
|
||||
|
Reference in New Issue
Block a user