aboutsummaryrefslogtreecommitdiff
path: root/src/util/wireformats.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-12-22 11:26:10 +0100
committerFlorian Dold <florian.dold@gmail.com>2015-12-22 11:26:10 +0100
commit24bfedf04e2603b263e5c28ef94b45b2643e2ab2 (patch)
treefe34fb68e41519931815c6364103135b04342bb8 /src/util/wireformats.c
parentfdf51f8c73fadca9301f53fede630a43cc33091a (diff)
parent204f732c1a408490d6d13fa36b0635ce72fd4575 (diff)
Merge branch 'master' of ssh://taler.net/var/git/mint
Diffstat (limited to 'src/util/wireformats.c')
-rw-r--r--src/util/wireformats.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/util/wireformats.c b/src/util/wireformats.c
index 594eaf42..dab7fb92 100644
--- a/src/util/wireformats.c
+++ b/src/util/wireformats.c
@@ -329,12 +329,12 @@ validate_sepa (const json_t *wire)
((json_t *) wire,
&error, JSON_STRICT,
"{"
- "s:s " /* TYPE: sepa */
- "s:s " /* IBAN: iban */
- "s:s " /* name: beneficiary name */
- "s:s " /* BIC: beneficiary bank's BIC */
- "s:i " /* r: random 64-bit integer nounce */
- "s?s " /* address: address of the beneficiary */
+ "s:s," /* TYPE: sepa */
+ "s:s," /* IBAN: iban */
+ "s:s," /* name: beneficiary name */
+ "s:s," /* BIC: beneficiary bank's BIC */
+ "s:i," /* r: random 64-bit integer nounce */
+ "s:s" /* address: address of the beneficiary */
"}",
"type", &type,
"IBAN", &iban,