summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-17 11:48:02 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-17 11:48:02 +0100
commit18bec3eaa30898e7a62f086cce78730a371b3026 (patch)
tree68d4ef636491f2387eb5c130c745c73484d53c3e /src/exchange
parentfe6f6dbe44760e16d291d7bbd388526dcc2f3ded (diff)
downloadexchange-18bec3eaa30898e7a62f086cce78730a371b3026.tar.gz
exchange-18bec3eaa30898e7a62f086cce78730a371b3026.tar.bz2
exchange-18bec3eaa30898e7a62f086cce78730a371b3026.zip
add note for #4792
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_db.c3
1 files changed, 3 insertions, 0 deletions
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,