From 573a2270a09266199ac0062b18b2aacab13a8c59 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 14 Jun 2020 14:29:14 +0200 Subject: this was done by Jonathan --- src/backend/taler-merchant-httpd_private-get-tips.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/backend') 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)) ) -- cgit v1.2.3