mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-10 16:49:51 -04:00
better description
This commit is contained in:
parent
119be4b40e
commit
abc89a69d9
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ pub async fn refund(
|
|||
{
|
||||
let state = BobState::BtcPunished {
|
||||
tx_lock_id: state6.tx_lock_id(),
|
||||
}; // Set state to punished.
|
||||
}; // Set state to punished, because timelock expired and in punished state.
|
||||
db.insert_latest_state(swap_id, state.clone().into())
|
||||
.await?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue