mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-21 06:34:59 +01:00
chore: clippy
This commit is contained in:
@@ -240,7 +240,7 @@ impl Mint {
|
|||||||
|
|
||||||
let required_total = quote.amount + quote.fee_reserve;
|
let required_total = quote.amount + quote.fee_reserve;
|
||||||
|
|
||||||
if proofs_total < required_total.into() {
|
if proofs_total < required_total {
|
||||||
debug!(
|
debug!(
|
||||||
"Insufficient Proofs: Got: {}, Required: {}",
|
"Insufficient Proofs: Got: {}, Required: {}",
|
||||||
proofs_total, required_total
|
proofs_total, required_total
|
||||||
|
|||||||
Reference in New Issue
Block a user