summaryrefslogtreecommitdiff
path: root/src/util/amount.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/amount.c')
-rw-r--r--src/util/amount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/amount.c b/src/util/amount.c
index 9cd0739c9..97a1cf46a 100644
--- a/src/util/amount.c
+++ b/src/util/amount.c
@@ -225,6 +225,7 @@ TALER_amount_set_zero (const char *cur,
sizeof (struct TALER_Amount));
for (unsigned int i = 0; i<slen; i++)
amount->currency[i] = toupper (cur[i]);
+ /* FIXME: check currency consists only of legal characters! */
return GNUNET_OK;
}