commit 131a068539ebd4fefb086489f2bc1dbb7e25b8e8
parent 6446eeb9a43daa6410afa33650a4cffb1e504035
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 29 Jul 2023 16:39:27 +0200
-tuple
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/stasis/plugin_anastasis_postgres.c b/src/stasis/plugin_anastasis_postgres.c
@@ -1699,9 +1699,9 @@ test_auth_cb (void *cls,
struct TALER_Amount credit;
char *wire_subject;
struct GNUNET_PQ_ResultSpec rs[] = {
- TALER_PQ_result_spec_amount ("credit",
- pg->currency,
- &credit),
+ TALER_PQ_result_spec_amount_tuple ("credit",
+ pg->currency,
+ &credit),
GNUNET_PQ_result_spec_string ("wire_subject",
&wire_subject),
GNUNET_PQ_result_spec_end