exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 5c0664f042279cea7166c203c023d9a890286e72
parent ff8b924b643c1959e965b6748ec76ab1d44cc942
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 16 Aug 2026 08:49:03 +0200

fix field name

Diffstat:
Msrc/auditor/taler-auditor-httpd_get-monitoring-historic-denomination-revenue.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/taler-auditor-httpd_get-monitoring-historic-denomination-revenue.c b/src/auditor/taler-auditor-httpd_get-monitoring-historic-denomination-revenue.c @@ -52,7 +52,7 @@ process_historic_denomination_revenue ( json_t *obj; obj = GNUNET_JSON_PACK ( - GNUNET_JSON_pack_uint64 ("serial_id", + GNUNET_JSON_pack_uint64 ("row_id", serial_id), GNUNET_JSON_pack_data_auto ("denom_pub_hash", denom_pub_hash),