update ChangeLog

This commit is contained in:
Christian Grothoff 2019-08-17 22:04:44 +02:00
parent 4bf425c902
commit 6a373d1e56
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 6 additions and 2 deletions

View File

@ -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,

View File

@ -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);
}