summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-29 16:39:27 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-29 16:39:27 +0200
commit131a068539ebd4fefb086489f2bc1dbb7e25b8e8 (patch)
tree9750feaef44b1028f48f88ece8c9bd89faeec68d
parent6446eeb9a43daa6410afa33650a4cffb1e504035 (diff)
downloadanastasis-131a068539ebd4fefb086489f2bc1dbb7e25b8e8.tar.gz
anastasis-131a068539ebd4fefb086489f2bc1dbb7e25b8e8.tar.bz2
anastasis-131a068539ebd4fefb086489f2bc1dbb7e25b8e8.zip
-tuple
-rw-r--r--src/stasis/plugin_anastasis_postgres.c6
1 files 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