Remove unused error in monero-address

This commit is contained in:
Luke Parker 2024-09-12 17:43:32 -04:00
parent 88440807e1
commit 0d399ecb28
No known key found for this signature in database

View file

@ -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.