mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-19 17:23:26 +00:00
add comment
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user