diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-11-12 14:43:38 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-11-12 14:43:38 +0100 |
commit | 92ac627969e9e32e92d405def64166a446fb4c8d (patch) | |
tree | f1e66d64098eec12d871f181fb2f5e2cff61050e /src/exchangedb | |
parent | d7c753722447211a6ca774f5c754a0817e1e6de2 (diff) |
-more logging
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/pg_kyc_provider_account_lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_kyc_provider_account_lookup.c b/src/exchangedb/pg_kyc_provider_account_lookup.c index f3bd84c1a..cca3ab547 100644 --- a/src/exchangedb/pg_kyc_provider_account_lookup.c +++ b/src/exchangedb/pg_kyc_provider_account_lookup.c @@ -47,7 +47,7 @@ TEH_PG_kyc_provider_account_lookup ( process_row), GNUNET_PQ_result_spec_end }; - /* Used in #postgres_kyc_provider_account_lookup() */ + PREPARE (pg, "get_wire_target_by_legitimization_id", "SELECT " |