mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-24 05:59:42 -04:00
parent
063f9dbf9b
commit
bd1a3db898
1 changed files with 2 additions and 2 deletions
|
@ -440,7 +440,7 @@ async fn next_state(
|
|||
);
|
||||
|
||||
tracing::error!(
|
||||
?reason,
|
||||
%reason,
|
||||
"Alice rejected our request for cooperative XMR redeem"
|
||||
);
|
||||
|
||||
|
@ -448,7 +448,7 @@ async fn next_state(
|
|||
}
|
||||
Err(error) => {
|
||||
tracing::error!(
|
||||
?error,
|
||||
%error,
|
||||
"Failed to request cooperative XMR redeem from Alice"
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue