exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 6ed1fc5f73fb4a348a846bb483414a0ba75dfa61
parent 304fc9fb1fa908158c2795a69be102598af272cb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 19 Dec 2015 20:36:05 +0100

use comma instead of space as we do elsewhere

Diffstat:
Msrc/util/wireformats.c | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 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,