commit 6a373d1e568ad6b5f15c68f94223e9b488044be1
parent 4bf425c902c2047e766e0333e54188ee67a673f5
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 17 Aug 2019 22:04:44 +0200
update ChangeLog
Diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,7 @@
+Sat 17 Aug 2019 10:03:38 PM CEST
+ Remove "currency" field from exchange database, as we only
+ support one currency per exchange anyway. -CG
+
Wed 26 Jun 2019 03:31:52 PM CEST
Adding link signatures to prevent exchange from tracking
users using coins falsely believed to have been recovered via /link,
diff --git 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);
}