Apply suggestions from code review

Co-authored-by: Daniel Karzel <daniel.karzel@coblox.tech>
This commit is contained in:
Philipp Hoenisch 2021-05-11 16:06:44 +10:00 committed by GitHub
parent fc0cceb180
commit 26e0383e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

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