commit a2313bd41e8f695ea56568ca279aa70f1018822e
parent c55c6030a0249f4602a4dc50a727a7bec103c734
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 6 Oct 2023 15:54:22 +0200
-fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/auditordb/pg_get_deposit_confirmations.c b/src/auditordb/pg_get_deposit_confirmations.c
@@ -104,7 +104,7 @@ deposit_confirmation_cb (void *cls,
TALER_PQ_RESULT_SPEC_AMOUNT ("total_without_fee",
&dc.total_without_fee),
GNUNET_PQ_result_spec_auto_array_from_type (pg->conn,
- "coin_pub",
+ "coin_pubs",
&num_pubs,
coin_pubs),
GNUNET_PQ_result_spec_auto_array_from_type (pg->conn,