Cesar Rodas 3 luni în urmă
părinte
comite
bc7c45d92f
2 a modificat fișierele cu 0 adăugiri și 18 ștergeri
  1. 0 11
      crates/cdk/src/mint/issue/mod.rs
  2. 0 7
      crates/cdk/src/mint/melt.rs

+ 0 - 11
crates/cdk/src/mint/issue/mod.rs

@@ -317,17 +317,6 @@ impl Mint {
         quote.try_into()
     }
 
-    /// Retrieves all mint quotes from the database
-    ///
-    /// # Returns
-    /// * `Vec<MintQuote>` - List of all mint quotes
-    /// * `Error` if database access fails
-    #[instrument(skip_all)]
-    pub async fn mint_quotes(&self) -> Result<Vec<MintQuote>, Error> {
-        let quotes = self.localstore.get_mint_quotes().await?;
-        Ok(quotes)
-    }
-
     /// Removes a mint quote from the database
     ///
     /// # Arguments

+ 0 - 7
crates/cdk/src/mint/melt.rs

@@ -355,13 +355,6 @@ impl Mint {
         })
     }
 
-    /// Get melt quotes
-    #[instrument(skip_all)]
-    pub async fn melt_quotes(&self) -> Result<Vec<MeltQuote>, Error> {
-        let quotes = self.localstore.get_melt_quotes().await?;
-        Ok(quotes)
-    }
-
     /// Check melt has expected fees
     #[instrument(skip_all)]
     pub async fn check_melt_expected_ln_fees(