use comma instead of space as we do elsewhere

This commit is contained in:
Christian Grothoff 2015-12-19 20:36:05 +01:00
parent 304fc9fb1f
commit 6ed1fc5f73

View File

@ -329,11 +329,11 @@ 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," /* 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,