mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-17 01:24:02 -05:00
Remove redundant debug print
This commit is contained in:
parent
5f392e3b7b
commit
6c2c205dd8
1 changed files with 0 additions and 1 deletions
|
|
@ -138,7 +138,6 @@ pub async fn refund(
|
||||||
.is_ok()
|
.is_ok()
|
||||||
{
|
{
|
||||||
// Alice already punished us, so we are out-of-sync with Alice and should set our state to the BtcPunished.
|
// 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 {
|
let state = BobState::BtcPunished {
|
||||||
tx_lock_id: state6.tx_lock_id(),
|
tx_lock_id: state6.tx_lock_id(),
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue