From 59f01ad6803b81dcea327ad24d76e3e734e4a8af Mon Sep 17 00:00:00 2001 From: Daniel Karzel Date: Mon, 11 Jan 2021 19:06:14 +1100 Subject: [PATCH] Remove Todo that was already actioned This ToDo does not add any value, I would not know what to do here. --- swap/src/protocol/alice/swap.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/swap/src/protocol/alice/swap.rs b/swap/src/protocol/alice/swap.rs index dd16d506..1dc35cb6 100644 --- a/swap/src/protocol/alice/swap.rs +++ b/swap/src/protocol/alice/swap.rs @@ -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 =