mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-20 07:56:05 -04:00
more fitting log message
This commit is contained in:
parent
b57678b036
commit
92757ac919
@ -69,7 +69,7 @@ pub async fn cancel(
|
||||
let state = BobState::BtcCancelled(state6);
|
||||
db.insert_latest_state(swap_id, state.clone().into())
|
||||
.await?;
|
||||
tracing::info!("Cancel transaction has already been confirmed on chain. The swap has therefore already been cancelled by Alice.");
|
||||
tracing::info!("Cancel transaction has already been confirmed on chain.");
|
||||
return Ok((tx.txid(), state));
|
||||
}
|
||||
if let ExpiredTimelocks::None { .. } =
|
||||
|
Loading…
x
Reference in New Issue
Block a user