ui: Fix active sent bids count.

This commit is contained in:
tecnovert
2023-06-28 19:27:44 +02:00
parent eb44dc9626
commit 00bebfa371
5 changed files with 70 additions and 20 deletions

View File

@@ -2,6 +2,11 @@
Examples:
curl --header "Content-Type: application/json" \
--request POST \
--data '{"coin_from":"btc","coin_to":"xmr","amt_from":10,"amt_to":10,"lockseconds":1200}' \
http://localhost:12701/json/offers/new
curl --header "Content-Type: application/json" \
--request POST \
--data '{"show_extra":true}' \