[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -misc fixes
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -misc fixes |
Date: |
Sat, 22 Apr 2023 02:30:07 +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 0236caf3 -misc fixes
0236caf3 is described below
commit 0236caf3546acfc25dabe8f8f5763c64a6f55561
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Apr 22 02:30:02 2023 +0200
-misc fixes
---
src/exchangedb/exchange_do_reserves_in_insert.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchangedb/exchange_do_reserves_in_insert.sql
b/src/exchangedb/exchange_do_reserves_in_insert.sql
index 07ce3ec2..d68541f2 100644
--- a/src/exchangedb/exchange_do_reserves_in_insert.sql
+++ b/src/exchangedb/exchange_do_reserves_in_insert.sql
@@ -280,7 +280,7 @@ BEGIN
END IF;
CONTINUE loop2_k;
WHEN 1 THEN
- IF in0_reserve_pub = i.reserve_pub
+ IF in1_reserve_pub = i.reserve_pub
THEN
transaction_duplicate1 = FALSE;
EXECUTE FORMAT (
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.