exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 18bec3eaa30898e7a62f086cce78730a371b3026
parent fe6f6dbe44760e16d291d7bbd388526dcc2f3ded
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 17 Nov 2016 11:48:02 +0100

add note for #4792

Diffstat:
Msrc/exchange/taler-exchange-httpd_db.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c @@ -1583,6 +1583,9 @@ TEH_DB_execute_refresh_reveal (struct MHD_Connection *connection, /* Client request OK, start transaction */ ev_sigs = GNUNET_new_array (refresh_session.num_newcoins, struct TALER_DenominationSignature); + + /* FIXME: might need to store revealed transfer private keys for + the auditor for later; should pass them as arguments here! #4792*/ res = execute_refresh_reveal_transaction (connection, session, session_hash,