summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-27 23:38:52 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-27 23:38:52 +0200
commit2e981c1a6ebf7e0f0b197811c4adde1cbb0225a8 (patch)
tree97022842eb78133b35af8b9afee46dc50ba80f54 /src
parent4ba4cf74ae700fc5ad5f157c81ad052c47e74d70 (diff)
downloadexchange-2e981c1a6ebf7e0f0b197811c4adde1cbb0225a8.tar.gz
exchange-2e981c1a6ebf7e0f0b197811c4adde1cbb0225a8.tar.bz2
exchange-2e981c1a6ebf7e0f0b197811c4adde1cbb0225a8.zip
fix serial selection in auditor-sync
Diffstat (limited to 'src')
-rw-r--r--src/exchangedb/lrbt_callbacks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/lrbt_callbacks.c b/src/exchangedb/lrbt_callbacks.c
index a905e503a..b5e53c831 100644
--- a/src/exchangedb/lrbt_callbacks.c
+++ b/src/exchangedb/lrbt_callbacks.c
@@ -956,6 +956,8 @@ lrbt_cb_table_wire_out (void *cls,
for (unsigned int i = 0; i<num_results; i++)
{
struct GNUNET_PQ_ResultSpec rs[] = {
+ GNUNET_PQ_result_spec_uint64 ("serial",
+ &td.serial),
TALER_PQ_result_spec_absolute_time ("execution_date",
&td.details.wire_out.execution_date),
GNUNET_PQ_result_spec_auto_from_type ("wtid_raw",