gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-exchange] branch master updated: fix critical bug in transaction history query for recoup-refresh
Date: Fri, 20 Mar 2020 09:22:34 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c17f05b5 fix critical bug in transaction history query for 
recoup-refresh
c17f05b5 is described below

commit c17f05b5fdddfc3a26285777b437120dbfe0bb1e
Author: Florian Dold <address@hidden>
AuthorDate: Fri Mar 20 13:52:29 2020 +0530

    fix critical bug in transaction history query for recoup-refresh
---
 doc/prebuilt                                | 2 +-
 src/exchangedb/plugin_exchangedb_postgres.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/prebuilt b/doc/prebuilt
index 934a6a18..ca53235c 160000
--- a/doc/prebuilt
+++ b/doc/prebuilt
@@ -1 +1 @@
-Subproject commit 934a6a18301e81c4fd1b3a8cda2dc13dca4741cc
+Subproject commit ca53235ccfa0458ebf11c204888ca370e20ec3f5
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index 5f1668ef..b3139a86 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -1160,7 +1160,7 @@ postgres_get_session (void *cls)
                               ") VALUES "
                               "($1, $2, $3, $4, $5, $6, $7);",
                               7),
-      /* Used in #postgres_insert_recoup_request() to store recoup-refresh
+      /* Used in #postgres_insert_recoup_refresh_request() to store 
recoup-refresh
          information */
       GNUNET_PQ_make_prepare ("recoup_refresh_insert",
                               "INSERT INTO recoup_refresh "
@@ -1349,7 +1349,7 @@ postgres_get_session (void *cls)
                               ",recoup_refresh_uuid"
                               " FROM recoup_refresh"
                               "    JOIN refresh_revealed_coins rrc"
-                              "      ON (rrc.coin_ev = h_blind_ev)"
+                              "      ON (rrc.h_coin_ev = h_blind_ev)"
                               "    JOIN refresh_commitments rc"
                               "      ON (rrc.rc = rc.rc)"
                               "    JOIN known_coins coins"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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