Rename IOError to BorshIoError

This commit is contained in:
Michael Vines
2021-02-19 08:53:13 -08:00
parent 58b35db384
commit 995bd0cb6b
6 changed files with 16 additions and 14 deletions

View File

@ -114,6 +114,6 @@ pub enum InstructionErrorType {
ProgramFailedToCompile = 41,
Immutable = 42,
IncorrectAuthority = 43,
IOError = 44,
BorshIoError = 44,
AccountNotRentExempt = 45,
}