more fitting log message

This commit is contained in:
patrini32 2024-06-09 14:31:52 +03:00 committed by patrini32
parent b57678b036
commit 92757ac919

View File

@ -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 { .. } =