[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] 114/124: fix FTBFS
From: |
gnunet |
Subject: |
[taler-exchange] 114/124: fix FTBFS |
Date: |
Tue, 17 Sep 2024 21:28:46 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to tag cg-aml-branch-compiles
in repository exchange.
commit 5d60182da76b83e5047dd3eeaacd953dfb42605b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 24 17:26:49 2024 +0200
fix FTBFS
---
src/exchangedb/pg_insert_kyc_attributes.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/exchangedb/pg_insert_kyc_attributes.c
b/src/exchangedb/pg_insert_kyc_attributes.c
index 37e833863..ba0843e19 100644
--- a/src/exchangedb/pg_insert_kyc_attributes.c
+++ b/src/exchangedb/pg_insert_kyc_attributes.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2022, 2023 Taler Systems SA
+ Copyright (C) 2022, 2023, 2024 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -78,9 +78,9 @@ TEH_PG_insert_kyc_attributes (
GNUNET_PQ_query_param_timestamp (&expiration),
TALER_PQ_query_param_json (account_properties),
TALER_PQ_query_param_json (new_rules),
- GNUNET_PQ_query_param_array_string (pg,
- num_events,
- events),
+ GNUNET_PQ_query_param_array_ptrs_string (num_events,
+ events,
+ pg->conn),
GNUNET_PQ_query_param_fixed_size (enc_attributes,
enc_attributes_size),
GNUNET_PQ_query_param_bool (to_investigate),
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-exchange] 99/124: parse more of check configuration, (continued)
- [taler-exchange] 99/124: parse more of check configuration, gnunet, 2024/09/17
- [taler-exchange] 87/124: skeleton, gnunet, 2024/09/17
- [taler-exchange] 89/124: -improve logging, gnunet, 2024/09/17
- [taler-exchange] 83/124: seems done, gnunet, 2024/09/17
- [taler-exchange] 94/124: -work on tests, gnunet, 2024/09/17
- [taler-exchange] 85/124: set timeout also for curl request, gnunet, 2024/09/17
- [taler-exchange] 105/124: fix kyc trigger SQL logic, gnunet, 2024/09/17
- [taler-exchange] 100/124: more parsing, config template, gnunet, 2024/09/17
- [taler-exchange] 110/124: add new CMDs for KYC info+start, gnunet, 2024/09/17
- [taler-exchange] 111/124: -fix bugs, gnunet, 2024/09/17
- [taler-exchange] 114/124: fix FTBFS,
gnunet <=
- [taler-exchange] 101/124: add some first KYC commands for testing, gnunet, 2024/09/17
- [taler-exchange] 121/124: first test passes, party, gnunet, 2024/09/17
- [taler-exchange] 68/124: add kyc-upload logic to demultiplexer, gnunet, 2024/09/17
- [taler-exchange] 58/124: -more work on add decision, gnunet, 2024/09/17
- [taler-exchange] 52/124: drop functions after use, gnunet, 2024/09/17
- [taler-exchange] 103/124: add logic to parse new_check field, gnunet, 2024/09/17
- [taler-exchange] 73/124: init kyc-info subsystem, gnunet, 2024/09/17
- [taler-exchange] 108/124: do not pass timeout in test, gnunet, 2024/09/17
- [taler-exchange] 98/124: add logic to parse measures from configuration, gnunet, 2024/09/17
- [taler-exchange] 113/124: wip, gnunet, 2024/09/17