summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_keystate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_keystate.c')
-rw-r--r--src/exchange/taler-exchange-httpd_keystate.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_keystate.c b/src/exchange/taler-exchange-httpd_keystate.c
index 04cf6ae43..b4026bf37 100644
--- a/src/exchange/taler-exchange-httpd_keystate.c
+++ b/src/exchange/taler-exchange-httpd_keystate.c
@@ -19,6 +19,16 @@
* @author Florian Dold
* @author Benedikt Mueller
* @author Christian Grothoff
+ *
+ * TODO:
+ *
+ * - includes quite a bit of code duplication between
+ * cherry-picked and full /keys response generation
+ * - cherry-picked response generation is ugly/messy,
+ * partially because existing exchangedb API does not
+ * match nicely with requirements.
+ * => should revisit exchangedb API, and then clean up
+ * this mess.
*/
#include "platform.h"
#include <pthread.h>