From 99dfa895bb7686e8f275408cb544fe99eb214d97 Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Sun, 20 Aug 2023 00:40:21 +0200 Subject: [PATCH] Update request.rs --- swap/src/api/request.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/swap/src/api/request.rs b/swap/src/api/request.rs index cba441cb..f3a7df74 100644 --- a/swap/src/api/request.rs +++ b/swap/src/api/request.rs @@ -172,7 +172,6 @@ impl Request { let state_name = format!("{}", swap_state); - // variable timelock: Option> let timelock = match swap_state { BobState::Started { .. } | BobState::SafelyAborted @@ -194,7 +193,7 @@ impl Request { | BobState::XmrRedeemed { .. } => None, }; - // Add txids + // TODO: Add relevant txids Ok(json!({ "swapId": swap_id, "seller": {