aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/lrbt_callbacks.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-14 18:59:48 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-14 18:59:48 +0200
commit3e6e873367c0c6b257201867e62ff552b6a0f444 (patch)
tree16435a49c0e94eccb1cebc98e259b60d21267f43 /src/exchangedb/lrbt_callbacks.c
parent74ba46db39d3a906e819cd0ed48f1d46dffe9e38 (diff)
downloadexchange-3e6e873367c0c6b257201867e62ff552b6a0f444.tar.xz
-start with DB cleanup
Diffstat (limited to 'src/exchangedb/lrbt_callbacks.c')
-rw-r--r--src/exchangedb/lrbt_callbacks.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/exchangedb/lrbt_callbacks.c b/src/exchangedb/lrbt_callbacks.c
index e31b36377..a8f68f4c2 100644
--- a/src/exchangedb/lrbt_callbacks.c
+++ b/src/exchangedb/lrbt_callbacks.c
@@ -175,18 +175,11 @@ lrbt_cb_table_wire_targets (void *cls,
for (unsigned int i = 0; i<num_results; i++)
{
- bool no_xid;
struct GNUNET_PQ_ResultSpec rs[] = {
GNUNET_PQ_result_spec_uint64 ("serial",
&td.serial),
GNUNET_PQ_result_spec_string ("payto_uri",
&td.details.wire_targets.payto_uri),
- GNUNET_PQ_result_spec_auto_from_type ("kyc_ok",
- &td.details.wire_targets.kyc_ok),
- GNUNET_PQ_result_spec_allow_null (
- GNUNET_PQ_result_spec_string ("external_id",
- &td.details.wire_targets.external_id),
- &no_xid),
GNUNET_PQ_result_spec_end
};