exchange

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

commit 0beffaf7054110952d5d386500f5c69749e2c6ae
parent aff527d19304d046c12598b41112d8cec0066742
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 13 Aug 2026 18:38:37 +0200

set tx name first

Diffstat:
Msrc/exchangedb/start_deferred_wire_out.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/start_deferred_wire_out.c b/src/exchangedb/start_deferred_wire_out.c @@ -38,6 +38,7 @@ TALER_EXCHANGEDB_start_deferred_wire_out (struct if (GNUNET_SYSERR == TALER_EXCHANGEDB_preflight (pg)) return GNUNET_SYSERR; + pg->transaction_name = "deferred wire out"; if (GNUNET_OK != GNUNET_PQ_exec_statements (pg->conn, es)) @@ -48,7 +49,6 @@ TALER_EXCHANGEDB_start_deferred_wire_out (struct TALER_EXCHANGEDB_rollback (pg); return GNUNET_SYSERR; } - pg->transaction_name = "deferred wire out"; GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Starting READ COMMITTED DEFERRED transaction `%s'\n", pg->transaction_name);