Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Sep 24, 2024
1 parent 73caad6 commit c217ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cdk-mintd/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ async fn main() -> anyhow::Result<()> {
check_pending_mint_quotes(Arc::clone(&mint), Arc::clone(ln)).await?;
}

// Checkes the status of all pending melt quotes
// Checks the status of all pending melt quotes
// Pending melt quotes where the payment has gone through inputs are burnt
// Pending melt quotes where the paynment has **failed** inputs are reset to unspent
check_pending_melt_quotes(Arc::clone(&mint), &ln_backends).await?;
Expand Down

0 comments on commit c217ca2

Please sign in to comment.