mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-19 05:35:18 +01:00
chore: clippy
This commit is contained in:
@@ -689,8 +689,7 @@ VALUES (:quote_id, :amount, :timestamp);
|
|||||||
|
|
||||||
#[instrument(skip_all)]
|
#[instrument(skip_all)]
|
||||||
async fn add_mint_quote(&mut self, quote: MintQuote) -> Result<(), Self::Err> {
|
async fn add_mint_quote(&mut self, quote: MintQuote) -> Result<(), Self::Err> {
|
||||||
tracing::debug!("Adding quote with: {}", quote.payment_method.to_string());
|
tracing::debug!("Adding quote with: {}", quote.payment_method);
|
||||||
println!("Adding quote with: {}", quote.payment_method.to_string());
|
|
||||||
query(
|
query(
|
||||||
r#"
|
r#"
|
||||||
INSERT INTO mint_quote (
|
INSERT INTO mint_quote (
|
||||||
|
|||||||
Reference in New Issue
Block a user