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:
Daniel Karzel 2021-01-11 19:06:14 +11:00
parent 60f3923a63
commit 59f01ad680

View File

@ -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 =