From 18bec3eaa30898e7a62f086cce78730a371b3026 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 17 Nov 2016 11:48:02 +0100 Subject: add note for #4792 --- src/exchange/taler-exchange-httpd_db.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/exchange') diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c index c47451eea..4f51e18f2 100644 --- 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, -- cgit v1.2.3