commit d50a4a372407525e9fe916317f1a126b9cc241c2
parent cd0ff1f0bd80070eb4caf075807eea386053df21
Author: Florian Dold <florian@dold.me>
Date: Mon, 17 Nov 2025 13:20:53 +0100
fix sql result spelling
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backenddb/pg_lookup_statistics_amount_by_bucket.c b/src/backenddb/pg_lookup_statistics_amount_by_bucket.c
@@ -95,7 +95,7 @@ lookup_statistics_amount_by_bucket_cb (void *cls,
&bucket_end_epoch),
GNUNET_PQ_result_spec_string ("bucket_range",
&bucket_range),
- TALER_PQ_result_spec_amount_with_currency ("cumulative_amounts",
+ TALER_PQ_result_spec_amount_with_currency ("cumulative_amount",
&cumulative_amount),
GNUNET_PQ_result_spec_end
};