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, ((json_t *) wire,
&error, JSON_STRICT, &error, JSON_STRICT,
"{" "{"
"s:s " /* TYPE: sepa */ "s:s," /* TYPE: sepa */
"s:s " /* IBAN: iban */ "s:s," /* IBAN: iban */
"s:s " /* name: beneficiary name */ "s:s," /* name: beneficiary name */
"s:s " /* BIC: beneficiary bank's BIC */ "s:s," /* BIC: beneficiary bank's BIC */
"s:i " /* r: random 64-bit integer nounce */ "s:i," /* r: random 64-bit integer nounce */
"s?s" /* address: address of the beneficiary */ "s?s" /* address: address of the beneficiary */
"}", "}",
"type", &type, "type", &type,