Explorar el Código

Update outdated doc-comment

Cesar Rodas hace 8 meses
padre
commit
dc7c179d02
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      crates/cdk/src/mint/subscription.rs

+ 1 - 1
crates/cdk/src/mint/subscription.rs

@@ -27,7 +27,7 @@ pub struct MintPubSubSpec {
 }
 }
 
 
 impl MintPubSubSpec {
 impl MintPubSubSpec {
-    /// Similar to Mint::check_mint_quote_paid, but copied to avoid
+    /// Call Mint::check_mint_quote_payments to update the quote pinging the payment backend
     async fn get_mint_quote(
     async fn get_mint_quote(
         &self,
         &self,
         quote_id: &QuoteId,
         quote_id: &QuoteId,