Remove Todo that was already actioned

This ToDo does not add any value, I would not know what to do here.
demo
Daniel Karzel 4 years ago
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…
Cancel
Save