gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/02: fix #7792


From: gnunet
Subject: [taler-exchange] 02/02: fix #7792
Date: Sat, 08 Apr 2023 08:29:35 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit cbabddf013fea1c6b86782b3843ff0ccbcba0bd7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Apr 8 08:29:30 2023 +0200

    fix #7792
---
 src/exchangedb/exchange_do_deposit.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/exchange_do_deposit.sql 
b/src/exchangedb/exchange_do_deposit.sql
index 53fcfb1b..6e522b35 100644
--- a/src/exchangedb/exchange_do_deposit.sql
+++ b/src/exchangedb/exchange_do_deposit.sql
@@ -123,7 +123,7 @@ THEN
     -- Deposit exists, but with differences. Not allowed.
     out_balance_ok=FALSE;
     out_conflict=TRUE;
-    -- FIXME: out_exchange_timestamp not set on this path?
+    out_exchange_timestamp=0;
     RETURN;
   END IF;
 

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