From 131a068539ebd4fefb086489f2bc1dbb7e25b8e8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 29 Jul 2023 16:39:27 +0200 Subject: -tuple --- src/stasis/plugin_anastasis_postgres.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/stasis/plugin_anastasis_postgres.c b/src/stasis/plugin_anastasis_postgres.c index 0f5f30c..24ab570 100644 --- 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 -- cgit v1.2.3