exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit d2d4b90896fdf27bb1e795ad28ab0b4e30e1b2e2
parent 4a64c787aec69a58e5aea0e3f66ad819d8bf3c74
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 13 Dec 2024 14:25:25 +0100

if committed, do not err on equal timestamps

Diffstat:
Msrc/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 @@ -384,7 +384,7 @@ TEH_handler_post_aml_decision ( goto done; } if (GNUNET_TIME_timestamp_cmp (last_date, - >=, + >, decision_time)) { GNUNET_break_op (0);