gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: if committed, do not err on equa


From: gnunet
Subject: [taler-exchange] branch master updated: if committed, do not err on equal timestamps
Date: Fri, 13 Dec 2024 14:25:27 +0100

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 d2d4b9089 if committed, do not err on equal timestamps
d2d4b9089 is described below

commit d2d4b90896fdf27bb1e795ad28ab0b4e30e1b2e2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Dec 13 14:25:25 2024 +0100

    if committed, do not err on equal timestamps
---
 src/exchange/taler-exchange-httpd_aml-decision.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_aml-decision.c 
b/src/exchange/taler-exchange-httpd_aml-decision.c
index 769d51939..6e4e15bc2 100644
--- a/src/exchange/taler-exchange-httpd_aml-decision.c
+++ b/src/exchange/taler-exchange-httpd_aml-decision.c
@@ -384,7 +384,7 @@ TEH_handler_post_aml_decision (
       goto done;
     }
     if (GNUNET_TIME_timestamp_cmp (last_date,
-                                   >=,
+                                   >,
                                    decision_time))
     {
       GNUNET_break_op (0);

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