Rename IOError to BorshIoError
This commit is contained in:
@ -114,6 +114,6 @@ pub enum InstructionErrorType {
|
||||
ProgramFailedToCompile = 41,
|
||||
Immutable = 42,
|
||||
IncorrectAuthority = 43,
|
||||
IOError = 44,
|
||||
BorshIoError = 44,
|
||||
AccountNotRentExempt = 45,
|
||||
}
|
||||
|
Reference in New Issue
Block a user