diff --git a/networks/monero/wallet/address/src/lib.rs b/networks/monero/wallet/address/src/lib.rs index b3c43d8d..194d4469 100644 --- a/networks/monero/wallet/address/src/lib.rs +++ b/networks/monero/wallet/address/src/lib.rs @@ -228,9 +228,6 @@ pub enum AddressError { /// The Network embedded within the Address. actual: Network, }, - /// The view key was of small order despite being in a guaranteed address. - #[cfg_attr(feature = "std", error("small-order view key in guaranteed address"))] - SmallOrderView, } /// Bytes used as prefixes when encoding addresses, variable to the network instance.