summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/wireformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/wireformats.c b/src/util/wireformats.c
index 4e9281899..dab7fb926 100644
--- a/src/util/wireformats.c
+++ b/src/util/wireformats.c
@@ -334,7 +334,7 @@ validate_sepa (const json_t *wire)
"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" /* address: address of the beneficiary */
"}",
"type", &type,
"IBAN", &iban,