fix serial selection in auditor-sync

This commit is contained in:
Christian Grothoff 2021-06-27 23:38:52 +02:00
parent 4ba4cf74ae
commit 2e981c1a6e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
3 changed files with 9 additions and 1 deletions

@ -1 +1 @@
Subproject commit c70de07db9e32b5cf419c9c4d245f6f73f03b2d2
Subproject commit 225750659eaa65f67687e2b17949a2362dfc731d

6
debian/changelog vendored
View File

@ -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.

View File

@ -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",