chore: clippy

This commit is contained in:
thesimplekid
2025-08-15 11:49:38 +01:00
parent 7b18e47ce5
commit 51b26eae62

View File

@@ -689,8 +689,7 @@ VALUES (:quote_id, :amount, :timestamp);
#[instrument(skip_all)]
async fn add_mint_quote(&mut self, quote: MintQuote) -> Result<(), Self::Err> {
tracing::debug!("Adding quote with: {}", quote.payment_method.to_string());
println!("Adding quote with: {}", quote.payment_method.to_string());
tracing::debug!("Adding quote with: {}", quote.payment_method);
query(
r#"
INSERT INTO mint_quote (