diff --git a/swap/src/cli/cancel_and_refund.rs b/swap/src/cli/cancel_and_refund.rs index a1457095..ccdf4df9 100644 --- a/swap/src/cli/cancel_and_refund.rs +++ b/swap/src/cli/cancel_and_refund.rs @@ -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?;