[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] 03/03: update ChangeLog
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] 03/03: update ChangeLog |
Date: |
Sat, 17 Aug 2019 22:19:11 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
commit 6a373d1e568ad6b5f15c68f94223e9b488044be1
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Aug 17 22:04:44 2019 +0200
update ChangeLog
---
ChangeLog | 4 ++++
src/auditordb/plugin_auditordb_postgres.c | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 61ee3b6f..d218f4ec 100644
--- 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
index face423d..dfd8d64e 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);
}
--
To stop receiving notification emails like this one, please contact
address@hidden.