diff options
-rw-r--r-- | src/auditor/taler-helper-auditor-wire-debit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |