mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Remove unused error in monero-address
This commit is contained in:
@@ -228,9 +228,6 @@ pub enum AddressError {
|
|||||||
/// The Network embedded within the Address.
|
/// The Network embedded within the Address.
|
||||||
actual: Network,
|
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.
|
/// Bytes used as prefixes when encoding addresses, variable to the network instance.
|
||||||
|
|||||||
Reference in New Issue
Block a user