mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-11 17:19:45 -04:00
Remove redundant debug print
This commit is contained in:
parent
4b5c54e3e4
commit
89ea49910c
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ pub async fn refund(
|
|||
.is_ok()
|
||||
{
|
||||
// Alice already punished us, so we are out-of-sync with Alice and should set our state to the BtcPunished.
|
||||
tracing::debug!("we are punished");
|
||||
let state = BobState::BtcPunished {
|
||||
tx_lock_id: state6.tx_lock_id(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue