aboutsummaryrefslogtreecommitdiff
path: root/src/backenddb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-14 22:32:37 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-14 22:32:37 +0200
commitb8649f414c160fc2882977b0fe11fc272feb879d (patch)
tree1bc4c87367d9c1db5a1bab385bd21087154352cd /src/backenddb
parentccb863d9287fefc52fdd792b374214cc2bd00812 (diff)
bugfixes for wirewatch
Diffstat (limited to 'src/backenddb')
-rw-r--r--src/backenddb/pg_select_wirewatch_accounts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backenddb/pg_select_wirewatch_accounts.c b/src/backenddb/pg_select_wirewatch_accounts.c
index 1046710c..050caefb 100644
--- a/src/backenddb/pg_select_wirewatch_accounts.c
+++ b/src/backenddb/pg_select_wirewatch_accounts.c
@@ -71,8 +71,8 @@ handle_results (void *cls,
json_t *credential;
uint64_t last_serial;
struct GNUNET_PQ_ResultSpec rs[] = {
- GNUNET_PQ_result_spec_auto_from_type ("merchant_id",
- &instance),
+ GNUNET_PQ_result_spec_string ("merchant_id",
+ &instance),
GNUNET_PQ_result_spec_string ("payto_uri",
&payto_uri),
GNUNET_PQ_result_spec_string ("credit_facade_url",