mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-11 23:49:41 -05:00
Remove Todo that was already actioned
This ToDo does not add any value, I would not know what to do here.
This commit is contained in:
parent
60f3923a63
commit
59f01ad680
@ -210,8 +210,6 @@ pub async fn run_until(
|
|||||||
.await
|
.await
|
||||||
}
|
}
|
||||||
AliceState::XmrLocked { state3 } => {
|
AliceState::XmrLocked { state3 } => {
|
||||||
// todo: match statement and wait for cancel timelock to expire can probably be
|
|
||||||
// expressed more cleanly
|
|
||||||
let state = match state3.expired_timelocks(bitcoin_wallet.as_ref()).await? {
|
let state = match state3.expired_timelocks(bitcoin_wallet.as_ref()).await? {
|
||||||
ExpiredTimelocks::None => {
|
ExpiredTimelocks::None => {
|
||||||
let wait_for_enc_sig =
|
let wait_for_enc_sig =
|
||||||
|
Loading…
Reference in New Issue
Block a user