Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Dec 29, 2023
1 parent 1c17c57 commit 1df5909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cashu-sdk/src/mint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1df5909

Please sign in to comment.