summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-tips.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-14 14:29:14 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-14 14:29:14 +0200
commit573a2270a09266199ac0062b18b2aacab13a8c59 (patch)
treec81f0a083d7a0192d83a0f1b0dcc157213b1eac9 /src/backend/taler-merchant-httpd_private-get-tips.c
parent864a55a530b2e311ada9507bde4dd621826d6028 (diff)
downloadmerchant-573a2270a09266199ac0062b18b2aacab13a8c59.tar.gz
merchant-573a2270a09266199ac0062b18b2aacab13a8c59.tar.bz2
merchant-573a2270a09266199ac0062b18b2aacab13a8c59.zip
this was done by Jonathan
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-tips.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-tips.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-tips.c b/src/backend/taler-merchant-httpd_private-get-tips.c
index 42651d06..1bfa1462 100644
--- a/src/backend/taler-merchant-httpd_private-get-tips.c
+++ b/src/backend/taler-merchant-httpd_private-get-tips.c
@@ -71,11 +71,7 @@ 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 (! (TALER_arg_to_yna (connection, /* TODO: put this method in a header somewhere */
+ if (! (TALER_arg_to_yna (connection,
"expired",
TALER_EXCHANGE_YNA_NO,
&expired)) )