mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-10 00:29:50 -04:00
Remove unnecessary whitespace
This commit is contained in:
parent
d5d0dda6e7
commit
f1b115b563
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ fn parse_monero_address(s: &str) -> Result<monero::Address> {
|
|||
}
|
||||
|
||||
#[derive(thiserror::Error, Debug, Clone, Copy, PartialEq)]
|
||||
#[error("Invalid monero address provided, expected address on network {expected:?} but address provided is on {actual:?}")]
|
||||
#[error("Invalid monero address provided, expected address on network {expected:?} but address provided is on {actual:?}")]
|
||||
pub struct MoneroAddressNetworkMismatch {
|
||||
expected: monero::Network,
|
||||
actual: monero::Network,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue