mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-19 15:10:34 -04: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
1 changed files with 0 additions and 2 deletions
|
@ -210,8 +210,6 @@ pub async fn run_until(
|
|||
.await
|
||||
}
|
||||
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? {
|
||||
ExpiredTimelocks::None => {
|
||||
let wait_for_enc_sig =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue