mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
remove whitespaces
This commit is contained in:
parent
ee04ff8a3b
commit
845b9428b7
@ -339,7 +339,7 @@ async fn next_state(
|
||||
}
|
||||
Ok(Rejected { reason, .. }) => {
|
||||
tracing::error!(
|
||||
?reason,
|
||||
?reason,
|
||||
"Alice rejected our request for cooperative XMR redeem"
|
||||
);
|
||||
return Err(reason)
|
||||
@ -347,7 +347,7 @@ async fn next_state(
|
||||
}
|
||||
Err(error) => {
|
||||
tracing::error!(
|
||||
?error,
|
||||
?error,
|
||||
"Failed to request cooperative XMR redeem from Alice"
|
||||
);
|
||||
return Err(error)
|
||||
|
Loading…
Reference in New Issue
Block a user