diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-08-17 22:04:44 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-08-17 22:04:44 +0200 |
commit | 6a373d1e568ad6b5f15c68f94223e9b488044be1 (patch) | |
tree | fbd26d5f09e2af7a76b5d51bacc97eea7636668e /src/auditordb | |
parent | 4bf425c902c2047e766e0333e54188ee67a673f5 (diff) |
update ChangeLog
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/plugin_auditordb_postgres.c | 4 |
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); } |