Cesar Rodas 3 달 전
부모
커밋
bc7c45d92f
2개의 변경된 파일0개의 추가작업 그리고 18개의 파일을 삭제
  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(