summaryrefslogtreecommitdiff
path: root/src/auditordb/plugin_auditordb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-08-17 22:04:44 +0200
committerChristian Grothoff <christian@grothoff.org>2019-08-17 22:04:44 +0200
commit6a373d1e568ad6b5f15c68f94223e9b488044be1 (patch)
treefbd26d5f09e2af7a76b5d51bacc97eea7636668e /src/auditordb/plugin_auditordb_postgres.c
parent4bf425c902c2047e766e0333e54188ee67a673f5 (diff)
downloadexchange-6a373d1e568ad6b5f15c68f94223e9b488044be1.tar.gz
exchange-6a373d1e568ad6b5f15c68f94223e9b488044be1.tar.bz2
exchange-6a373d1e568ad6b5f15c68f94223e9b488044be1.zip
update ChangeLog
Diffstat (limited to 'src/auditordb/plugin_auditordb_postgres.c')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c
index face423dc..dfd8d64e0 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -1579,8 +1579,8 @@ postgres_insert_denomination_info (void *cls,
TALER_amount_cmp_currency_nbo (&issue->value,
&issue->fee_refund));
return GNUNET_PQ_eval_prepared_non_select (session->conn,
- "auditor_denominations_insert",
- params);
+ "auditor_denominations_insert",
+ params);
}