Rename CustomError to Custom (#9207)
This commit is contained in:
@ -22,7 +22,7 @@ pub enum VestError {
|
||||
|
||||
impl From<VestError> for InstructionError {
|
||||
fn from(e: VestError) -> Self {
|
||||
InstructionError::CustomError(e as u32)
|
||||
InstructionError::Custom(e as u32)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user