From 0d399ecb28293a34bb574f5c1488a00178af0895 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Thu, 12 Sep 2024 17:43:32 -0400 Subject: [PATCH] Remove unused error in monero-address --- networks/monero/wallet/address/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) 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.