chore: clippy

This commit is contained in:
thesimplekid
2023-12-29 09:04:29 +00:00
parent 1c17c577f7
commit 1df5909a2a

View File

@@ -240,7 +240,7 @@ impl Mint {
let required_total = quote.amount + quote.fee_reserve;
if proofs_total < required_total.into() {
if proofs_total < required_total {
debug!(
"Insufficient Proofs: Got: {}, Required: {}",
proofs_total, required_total