|
|
@@ -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
|