فهرست منبع

Merge pull request #648 from TechVest/main

chore: remove redundant words in comment
thesimplekid 1 ماه پیش
والد
کامیت
3bf908d89d
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      crates/cdk-cli/src/sub_commands/receive.rs
  2. 1 1
      crates/cdk/src/mint/mint_nut04.rs

+ 1 - 1
crates/cdk-cli/src/sub_commands/receive.rs

@@ -30,7 +30,7 @@ pub struct ReceiveSubCommand {
     /// Nostr relay
     #[arg(short, long, action = clap::ArgAction::Append)]
     relay: Vec<String>,
-    /// Unix time to to query nostr from
+    /// Unix time to query nostr from
     #[arg(long)]
     since: Option<u64>,
     /// Preimage

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

@@ -318,7 +318,7 @@ impl Mint {
             }
         };
 
-        // We check the the total value of blinded messages == mint quote
+        // We check the total value of blinded messages == mint quote
         if amount != mint_quote.amount {
             return Err(Error::TransactionUnbalanced(
                 mint_quote.amount.into(),