mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-08 19:08:47 -05:00
Inform Bob that he has been punished
This commit is contained in:
parent
59a62fa256
commit
3660a08b96
@ -278,9 +278,12 @@ async fn next_state(
|
|||||||
state.publish_refund_btc(bitcoin_wallet).await?;
|
state.publish_refund_btc(bitcoin_wallet).await?;
|
||||||
BobState::BtcRefunded(state)
|
BobState::BtcRefunded(state)
|
||||||
}
|
}
|
||||||
ExpiredTimelocks::Punish => BobState::BtcPunished {
|
ExpiredTimelocks::Punish => {
|
||||||
tx_lock_id: state.tx_lock_id(),
|
tracing::info!("You have been punished for not refunding in time");
|
||||||
},
|
BobState::BtcPunished {
|
||||||
|
tx_lock_id: state.tx_lock_id(),
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
BobState::BtcRefunded(state4) => BobState::BtcRefunded(state4),
|
BobState::BtcRefunded(state4) => BobState::BtcRefunded(state4),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user