From 48ef99be4f4367881893e81d1fa11acd08026161 Mon Sep 17 00:00:00 2001 From: f321x Date: Thu, 4 Jul 2024 15:08:04 +0000 Subject: [PATCH] add comment --- taptrade-cli-demo/coordinator/src/communication/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/taptrade-cli-demo/coordinator/src/communication/mod.rs b/taptrade-cli-demo/coordinator/src/communication/mod.rs index d6cc558..0ccce08 100755 --- a/taptrade-cli-demo/coordinator/src/communication/mod.rs +++ b/taptrade-cli-demo/coordinator/src/communication/mod.rs @@ -73,9 +73,6 @@ async fn submit_maker_bond( .move_offer_to_active(&payload, &offer_id_hex, new_taker_bond_address) .await?; - // begin monitoring bond -> async loop monitoring bonds in sql table "active_maker_offers" -> see ../coordinator/monitoring.rs - // show trade to orderbook -> orderbook endpoint will scan sql table "active_maker_offers" and return fitting results - // Create the JSON response Ok(Json(OrderActivatedResponse { bond_locked_until_timestamp,