gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix bug in sync


From: gnunet
Subject: [taler-exchange] branch master updated: -fix bug in sync
Date: Fri, 21 Apr 2023 10:50:38 +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 ee6ec1f5 -fix bug in sync
ee6ec1f5 is described below

commit ee6ec1f55d1557101341ac7a02cf5985aaed63e1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Apr 21 10:50:35 2023 +0200

    -fix bug in sync
---
 contrib/gana                                | 2 +-
 src/exchangedb/pg_insert_records_by_table.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 7adfb722..1ec4596b 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 7adfb722ac988170a31cdfd8132073eb7f2a6c43
+Subproject commit 1ec4596bf4925ee24fc06d3e74d2a553b8239870
diff --git a/src/exchangedb/pg_insert_records_by_table.c 
b/src/exchangedb/pg_insert_records_by_table.c
index 73e6ccda..5f6de25d 100644
--- a/src/exchangedb/pg_insert_records_by_table.c
+++ b/src/exchangedb/pg_insert_records_by_table.c
@@ -1407,7 +1407,7 @@ irbt_cb_table_purse_decision (struct PostgresClosure *pg,
     GNUNET_PQ_query_param_timestamp (
       &td->details.purse_decision.action_timestamp),
     GNUNET_PQ_query_param_bool (
-      &td->details.purse_decision.refunded),
+      td->details.purse_decision.refunded),
     GNUNET_PQ_query_param_end
   };
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]