summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-tips-ID.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-07-24 09:24:50 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-07-24 09:24:50 +0200
commitec2c55569862a0efab868ee1a640c63a2fd92299 (patch)
treec5e4799f686e0167011f49693b36f130004b0812 /src/backend/taler-merchant-httpd_private-get-tips-ID.c
parent60c96242e10b3e2bab8c4a75565767795f79cbd3 (diff)
downloadmerchant-ec2c55569862a0efab868ee1a640c63a2fd92299.tar.gz
merchant-ec2c55569862a0efab868ee1a640c63a2fd92299.tar.bz2
merchant-ec2c55569862a0efab868ee1a640c63a2fd92299.zip
-note on LP
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-tips-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-tips-ID.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-tips-ID.c b/src/backend/taler-merchant-httpd_private-get-tips-ID.c
index 9b2e0de2..51089928 100644
--- a/src/backend/taler-merchant-httpd_private-get-tips-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-tips-ID.c
@@ -46,6 +46,7 @@ TMH_private_get_tips_ID (const struct TMH_RequestHandler *rh,
json_t *pickups_json = NULL;
GNUNET_assert (NULL != hc->infix);
+ // FIXME: support long-polling (client-side already implemented)
if (GNUNET_OK !=
GNUNET_CRYPTO_hash_from_string (hc->infix,
&tip_id.hash))