Skip to content

Commit

Permalink
chore: Fix typo (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron authored Jul 2, 2024
1 parent 5c91858 commit c5aa7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swap/src/cli/cancel_and_refund.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ pub async fn refund(
);
}
Ok(ExpiredTimelocks::Cancel { .. }) => {
bail!(bitcoin_publication_err.context("Failed to refund swap even though cancel timelock has expired. This should is unexpected."));
bail!(bitcoin_publication_err.context("Failed to refund swap even though cancel timelock has expired. This is unexpected."));
}
Err(e) => {
bail!(bitcoin_publication_err
Expand Down

0 comments on commit c5aa7ed

Please sign in to comment.