diff --git a/oracle/core/src/account.rs b/oracle/core/src/account.rs index 8b4e0e5..da7c06f 100644 --- a/oracle/core/src/account.rs +++ b/oracle/core/src/account.rs @@ -27,7 +27,7 @@ pub struct OraclePriceAccount { } impl TryFrom<&Data> for OraclePriceAccount { - type Error = borsh::io::Error; + type Error = std::io::Error; fn try_from(data: &Data) -> Result { Self::try_from_slice(data.as_ref())