gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (36b2cbb4 -> cbabddf0)


From: gnunet
Subject: [taler-exchange] branch master updated (36b2cbb4 -> cbabddf0)
Date: Sat, 08 Apr 2023 08:29:33 +0200

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

grothoff pushed a change to branch master
in repository exchange.

    from 36b2cbb4 modify logic to match 
https://datatracker.ietf.org/doc/draft-nottingham-http-availability-hints/
     new 3137d8dc adding FIXME
     new cbabddf0 fix #7792

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:
 src/exchangedb/exchange_do_deposit.sql | 1 +
 src/exchangedb/pg_do_deposit.c         | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/exchangedb/exchange_do_deposit.sql 
b/src/exchangedb/exchange_do_deposit.sql
index a2f5ba53..6e522b35 100644
--- a/src/exchangedb/exchange_do_deposit.sql
+++ b/src/exchangedb/exchange_do_deposit.sql
@@ -123,6 +123,7 @@ THEN
     -- Deposit exists, but with differences. Not allowed.
     out_balance_ok=FALSE;
     out_conflict=TRUE;
+    out_exchange_timestamp=0;
     RETURN;
   END IF;
 
diff --git a/src/exchangedb/pg_do_deposit.c b/src/exchangedb/pg_do_deposit.c
index 771c50af..f3d0856a 100644
--- a/src/exchangedb/pg_do_deposit.c
+++ b/src/exchangedb/pg_do_deposit.c
@@ -25,6 +25,8 @@
 #include "pg_do_deposit.h"
 #include "pg_helper.h"
 #include "pg_compute_shard.h"
+
+
 enum GNUNET_DB_QueryStatus
 TEH_PG_do_deposit (
   void *cls,
@@ -69,8 +71,6 @@ TEH_PG_do_deposit (
     GNUNET_PQ_result_spec_end
   };
 
-  /* Used in #postgres_do_deposit() to execute a deposit,
-     checking the coin's balance in the process as needed. */
   PREPARE (pg,
            "call_deposit",
            "SELECT "

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