summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-tips.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-12 09:21:54 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-12 09:21:54 +0200
commit3fd4ebf798ac13eea1b7c78d90d6c180afff298b (patch)
tree444ba5385d8cdba1ae9103b9038e9c81aff96ad0 /src/backend/taler-merchant-httpd_private-get-tips.c
parente006e76011b134b3b8479f68ec64c5b3e19d0f9d (diff)
downloadmerchant-3fd4ebf798ac13eea1b7c78d90d6c180afff298b.tar.gz
merchant-3fd4ebf798ac13eea1b7c78d90d6c180afff298b.tar.bz2
merchant-3fd4ebf798ac13eea1b7c78d90d6c180afff298b.zip
remark
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-tips.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-tips.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-tips.c b/src/backend/taler-merchant-httpd_private-get-tips.c
index 9f0722f4..dc4beac0 100644
--- a/src/backend/taler-merchant-httpd_private-get-tips.c
+++ b/src/backend/taler-merchant-httpd_private-get-tips.c
@@ -113,6 +113,10 @@ TMH_private_get_tips (const struct TMH_RequestHandler *rh,
uint64_t offset;
int64_t limit;
+ // NOTE: I think taler_util.h is fine, move it to exchange.git;
+ // - also change TALER_MERCHANTDB_YNA to TALER_EXCHANGE_YNA,
+ // - code can go into src/util/ of exchange.git
+ // - please look for other places where the same logic is duplicated to de-dup
if (! (arg_to_yna (connection, /* TODO: put this method in a header somewhere */
"expired",
&expired)) )