exchange

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

commit 16d922144063ec85bef3778ae1b9d573c25ff5ec
parent 6da14b7d3605e1fb45b70b881f917686520daa63
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 14 Aug 2026 22:54:22 +0200

avoid redundant rollback

Diffstat:
Msrc/exchange/taler-exchange-httpd_db.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c @@ -195,7 +195,6 @@ TEH_DB_run_transaction (struct MHD_Connection *connection, return GNUNET_OK; TEH_METRICS_num_conflict[mt]++; } - TALER_EXCHANGEDB_rollback (TEH_pg); TALER_LOG_ERROR ("Transaction `%s' commit failed %u times\n", name, MAX_TRANSACTION_COMMIT_RETRIES);