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
d415959097
commit
a1a0a79154
@ -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