mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 11:39:35 +00:00
Remove unused error in monero-address
This commit is contained in:
parent
88440807e1
commit
0d399ecb28
1 changed files with 0 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue