Remove incorrect todo

This commit is contained in:
rishflab 2020-10-09 11:46:33 +11:00
parent 2c6bb8fa19
commit c778f4e204

View File

@ -342,7 +342,6 @@ pub struct State3 {
}
impl State3 {
// todo: loop until punish? timelock has expired
pub async fn watch_for_lock_xmr<W>(self, xmr_wallet: &W, msg: alice::Message2) -> Result<State4>
where
W: monero::CheckTransfer,