summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_refresh.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-24 00:00:16 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-24 00:00:16 +0100
commit38fae8edf241b1a4ef7b647dbd2b87033cc8e324 (patch)
tree6914e09505009f61e68f033e83871ce453eb0c8c /src/mint/taler-mint-httpd_refresh.c
parentf73071bc6219788fb11b534cfd4fa88b96681306 (diff)
downloadexchange-38fae8edf241b1a4ef7b647dbd2b87033cc8e324.tar.gz
exchange-38fae8edf241b1a4ef7b647dbd2b87033cc8e324.tar.bz2
exchange-38fae8edf241b1a4ef7b647dbd2b87033cc8e324.zip
-resolving fixmes or annotating to bug tracker notes
Diffstat (limited to 'src/mint/taler-mint-httpd_refresh.c')
-rw-r--r--src/mint/taler-mint-httpd_refresh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c
index 8a024dff2..e72a77950 100644
--- a/src/mint/taler-mint-httpd_refresh.c
+++ b/src/mint/taler-mint-httpd_refresh.c
@@ -470,7 +470,7 @@ handle_refresh_melt_json (struct MHD_Connection *connection,
coin_count = json_array_size (melt_coins);
/* FIXME: make 'struct TALER_CoinPublicInfo' part of `struct MeltDetails`
- and combine these two arrays/arguments! */
+ and combine these two arrays/arguments! (#3726) */
coin_public_infos = GNUNET_malloc (coin_count *
sizeof (struct TALER_CoinPublicInfo));
coin_melt_details = GNUNET_malloc (coin_count *