mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-16 09:03:54 -05:00
Apply suggestions from code review
Co-authored-by: Daniel Karzel <daniel.karzel@coblox.tech>
This commit is contained in:
parent
fc0cceb180
commit
26e0383e17
4 changed files with 5 additions and 5 deletions
|
|
@ -161,7 +161,7 @@ impl Wallet {
|
|||
};
|
||||
|
||||
if Some(new_status) != last_status {
|
||||
tracing::debug!(%txid, status = %new_status, "Transaction status");
|
||||
tracing::debug!(%txid, status = %new_status, "Transaction");
|
||||
}
|
||||
|
||||
last_status = Some(new_status);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue