mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-20 07:56:05 -04:00
fix typo
This commit is contained in:
parent
8913a62654
commit
7c5f0fa25c
@ -70,7 +70,7 @@ pub async fn cancel(
|
||||
db.insert_latest_state(swap_id, state.clone().into())
|
||||
.await?;
|
||||
tracing::info!("Cancel transaction has already been confirmed on chain");
|
||||
Ok((tx.txid(), state));
|
||||
Ok((tx.txid(), state))
|
||||
} else if let ExpiredTimelocks::None { .. } =
|
||||
state6.expired_timelock(bitcoin_wallet.as_ref()).await?
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user