diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-19 21:09:47 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-19 21:09:47 +0100 |
commit | f9347d23953f771689d339b544370d3f9fdd97ba (patch) | |
tree | b0c0f3ee392b81dac99659ab7b7b2f0464b8a66a /src/mint/taler-mint-httpd_deposit.c | |
parent | a1f20a92a0578e63b2b5d764ac802dbe45ab08e0 (diff) |
document TODOs
Diffstat (limited to 'src/mint/taler-mint-httpd_deposit.c')
-rw-r--r-- | src/mint/taler-mint-httpd_deposit.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_deposit.c b/src/mint/taler-mint-httpd_deposit.c index 84dfd6d93..c4f4718e3 100644 --- a/src/mint/taler-mint-httpd_deposit.c +++ b/src/mint/taler-mint-httpd_deposit.c @@ -21,6 +21,11 @@ * @author Florian Dold * @author Benedikt Mueller * @author Christian Grothoff + * + * TODO: + * - actually verify coin signature + * - revisit `struct Deposit` parsing once the struct + * has been finalized */ #include "platform.h" #include <gnunet/gnunet_util_lib.h> |