mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-21 21:34:46 -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 {
|
let state = BobState::BtcPunished {
|
||||||
tx_lock_id: state6.tx_lock_id(),
|
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())
|
db.insert_latest_state(swap_id, state.clone().into())
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue