mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
chore: Fix typo (#1701)
This commit is contained in:
parent
5c9185876d
commit
c5aa7edb6b
@ -174,7 +174,7 @@ pub async fn refund(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
Ok(ExpiredTimelocks::Cancel { .. }) => {
|
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) => {
|
Err(e) => {
|
||||||
bail!(bitcoin_publication_err
|
bail!(bitcoin_publication_err
|
||||||
|
Loading…
Reference in New Issue
Block a user