[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix serial selection in auditor-
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix serial selection in auditor-sync |
Date: |
Sun, 27 Jun 2021 23:38:55 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 2e981c1a fix serial selection in auditor-sync
2e981c1a is described below
commit 2e981c1a6ebf7e0f0b197811c4adde1cbb0225a8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jun 27 23:38:52 2021 +0200
fix serial selection in auditor-sync
---
contrib/gana | 2 +-
debian/changelog | 6 ++++++
src/exchangedb/lrbt_callbacks.c | 2 ++
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/contrib/gana b/contrib/gana
index c70de07d..22575065 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit c70de07db9e32b5cf419c9c4d245f6f73f03b2d2
+Subproject commit 225750659eaa65f67687e2b17949a2362dfc731d
diff --git a/debian/changelog b/debian/changelog
index bb47ef12..74922b01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+taler-exchange (0.9.0-11) unstable; urgency=low
+
+ * Fix typo in taler-auditor-sync.
+
+ -- Christian Grothoff <grothoff@gnu.org> Sun, 27 Jun 2021 14:02:10 +0100
+
taler-exchange (0.9.0-10) unstable; urgency=low
* Improve database performance for taler-exchange-wirewatch.
diff --git a/src/exchangedb/lrbt_callbacks.c b/src/exchangedb/lrbt_callbacks.c
index a905e503..b5e53c83 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",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: fix serial selection in auditor-sync,
gnunet <=