chore: remove redundant words in comment

Signed-off-by: TechVest <techdashen@qq.com>
This commit is contained in:
TechVest
2025-03-10 22:33:22 +08:00
parent 1131711d91
commit c5284b889f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -311,7 +311,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 { if amount != mint_quote.amount {
return Err(Error::TransactionUnbalanced( return Err(Error::TransactionUnbalanced(
mint_quote.amount.into(), mint_quote.amount.into(),