chore: Fix typo (#1701)

This commit is contained in:
binarybaron 2024-07-02 12:03:56 +02:00 committed by GitHub
parent 5c9185876d
commit c5aa7edb6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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