merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit fa1f9631148f9b13bc632481fe546cb1d64b598f
parent ce703b2832199f81445e52dda9199cd6dce01cc2
Author: Florian Dold <florian@dold.me>
Date:   Mon,  6 Jul 2026 21:54:17 +0200

debian: recommend taler-challenger-helpers

Diffstat:
Mdebian/control | 1+
Msrc/backenddb/lookup_token_family_keys.c | 6++++++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/debian/control b/debian/control @@ -65,6 +65,7 @@ Recommends: postgresql (>=15.0), taler-terms-generator, taler-merchant-typst, + taler-challenger-helpers, apache2 | nginx | httpd, sharutils Description: GNU Taler payment system: merchant backend diff --git a/src/backenddb/lookup_token_family_keys.c b/src/backenddb/lookup_token_family_keys.c @@ -212,6 +212,12 @@ TALER_MERCHANTDB_lookup_token_family_keys ( params, &lookup_token_keys_cb, &ctx); + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Lookup of MTFK %s with valid [%llu,%llu] got %d\n", + token_family_slug, + (unsigned long long) start_time.abs_time.abs_value_us, + (unsigned long long) end_time.abs_time.abs_value_us, + (int) qs); if (ctx.extract_failed) return GNUNET_DB_STATUS_HARD_ERROR; return qs;