fix: Format cooperative redeem reject using thiserror (#1716) (#71)

This commit is contained in:
binarybaron 2024-09-09 20:43:31 +02:00 committed by GitHub
parent 063f9dbf9b
commit bd1a3db898
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
);