gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (23a9a532d -> 18ee4166a)


From: gnunet
Subject: [taler-exchange] branch master updated (23a9a532d -> 18ee4166a)
Date: Tue, 07 Jan 2025 00:02:19 +0100

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

sebasjm pushed a change to branch master
in repository exchange.

    from 23a9a532d add dummy helper for sanctions list checking
     new 2b3351c17 updated spa
     new 18ee4166a codespell doesn't like hist

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 contrib/aml-spa.lock                    | 2 +-
 contrib/kyc-spa.lock                    | 2 +-
 contrib/wallet-core                     | 2 +-
 src/exchangedb/pg_get_reserve_history.c | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/contrib/aml-spa.lock b/contrib/aml-spa.lock
index 709a696a6..8a9d704d4 100644
--- a/contrib/aml-spa.lock
+++ b/contrib/aml-spa.lock
@@ -1 +1 @@
-0.14.0-dev.1
+0.14.0-dev.2
diff --git a/contrib/kyc-spa.lock b/contrib/kyc-spa.lock
index 8a9d704d4..9fa15ec86 100644
--- a/contrib/kyc-spa.lock
+++ b/contrib/kyc-spa.lock
@@ -1 +1 @@
-0.14.0-dev.2
+0.14.0-dev.3
diff --git a/contrib/wallet-core b/contrib/wallet-core
index d7b003da2..4db24f9cc 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit d7b003da21568c3271361c102848cf6198923da8
+Subproject commit 4db24f9ccf5c2d11d797a1ca8933f1eba6f145cf
diff --git a/src/exchangedb/pg_get_reserve_history.c 
b/src/exchangedb/pg_get_reserve_history.c
index 331d016aa..b306c14a3 100644
--- a/src/exchangedb/pg_get_reserve_history.c
+++ b/src/exchangedb/pg_get_reserve_history.c
@@ -716,11 +716,11 @@ TEH_PG_get_reserve_history (
   PREPARE (pg,
            "get_reserve_history_etag",
            "SELECT"
-           " hist.reserve_history_serial_id"
+           " his.reserve_history_serial_id"
            ",r.current_balance"
-           " FROM reserve_history hist"
+           " FROM reserve_history his"
            " JOIN reserves r USING (reserve_pub)"
-           " WHERE hist.reserve_pub=$1"
+           " WHERE his.reserve_pub=$1"
            " ORDER BY reserve_history_serial_id DESC"
            " LIMIT 1;");
   PREPARE (pg,

-- 
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]