mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-28 17:24:23 -04:00
chore: Fix typo (#1701)
This commit is contained in:
parent
5c9185876d
commit
c5aa7edb6b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue