gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: auditor: commit, not rollback


From: gnunet
Subject: [taler-exchange] branch master updated: auditor: commit, not rollback
Date: Wed, 28 Aug 2024 15:39:24 +0200

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new bd12cec8e auditor: commit, not rollback
bd12cec8e is described below

commit bd12cec8eb70161a1f12a215d901442b727525e9
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Aug 28 15:39:08 2024 +0200

    auditor: commit, not rollback
---
 src/auditor/taler-helper-auditor-wire-debit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/taler-helper-auditor-wire-debit.c 
b/src/auditor/taler-helper-auditor-wire-debit.c
index d0ec07745..b997f7322 100644
--- a/src/auditor/taler-helper-auditor-wire-debit.c
+++ b/src/auditor/taler-helper-auditor-wire-debit.c
@@ -527,7 +527,7 @@ commit (enum GNUNET_DB_QueryStatus qs)
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
               "Transaction logic ended with status %d\n",
               qs);
-  qs = TALER_ARL_edb->rollback (TALER_ARL_edb->cls);
+  qs = TALER_ARL_edb->commit (TALER_ARL_edb->cls);
   if (qs < 0)
     goto handle_db_error;
   qs = TALER_ARL_adb->update_balance (

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