diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_db.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c index da19b715..f736a508 100644 --- a/src/exchange/taler-exchange-httpd_db.c +++ b/src/exchange/taler-exchange-httpd_db.c @@ -149,6 +149,7 @@ TEH_DB_run_transaction (struct MHD_Connection *connection,        return GNUNET_OK;      TEH_METRICS_num_conflict[mt]++;    } +  TEH_plugin->rollback (TEH_plugin->cls);    TALER_LOG_ERROR ("Transaction `%s' commit failed %u times\n",                     name,                     MAX_TRANSACTION_COMMIT_RETRIES);  | 
