mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-02 14:56:10 -04:00
Merge branch 'comit-network:master' into master
This commit is contained in:
commit
97788e6f54
1 changed files with 2 additions and 2 deletions
|
@ -339,7 +339,7 @@ async fn next_state(
|
||||||
}
|
}
|
||||||
Ok(Rejected { reason, .. }) => {
|
Ok(Rejected { reason, .. }) => {
|
||||||
tracing::error!(
|
tracing::error!(
|
||||||
?reason,
|
%reason,
|
||||||
"Alice rejected our request for cooperative XMR redeem"
|
"Alice rejected our request for cooperative XMR redeem"
|
||||||
);
|
);
|
||||||
return Err(reason)
|
return Err(reason)
|
||||||
|
@ -347,7 +347,7 @@ async fn next_state(
|
||||||
}
|
}
|
||||||
Err(error) => {
|
Err(error) => {
|
||||||
tracing::error!(
|
tracing::error!(
|
||||||
?error,
|
%error,
|
||||||
"Failed to request cooperative XMR redeem from Alice"
|
"Failed to request cooperative XMR redeem from Alice"
|
||||||
);
|
);
|
||||||
return Err(error)
|
return Err(error)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue