From f033320300081607fd8f8861324ea1fc8fa2efd1 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 27 Jun 2018 16:49:23 +0200 Subject: Addressing #5291. --- src/exchange-lib/exchange_api_handle.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/exchange-lib/exchange_api_handle.c') diff --git a/src/exchange-lib/exchange_api_handle.c b/src/exchange-lib/exchange_api_handle.c index 026fa87a..811d4bd5 100644 --- a/src/exchange-lib/exchange_api_handle.c +++ b/src/exchange-lib/exchange_api_handle.c @@ -1131,6 +1131,9 @@ request_keys (struct TALER_EXCHANGE_Handle *exchange) { char *arg; + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Doing cherry-picking\n"); + GNUNET_asprintf (&arg, "/keys?last_issue_date=%llu", (unsigned long long) exchange->key_data.last_denom_issue_date.abs_value_us / 1000000LLU); -- cgit v1.2.3