diff options
Diffstat (limited to 'src/json/json_wire.c')
-rw-r--r-- | src/json/json_wire.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/json/json_wire.c b/src/json/json_wire.c index f05808194..837263c1e 100644 --- a/src/json/json_wire.c +++ b/src/json/json_wire.c | |||
@@ -399,7 +399,9 @@ TALER_JSON_merchant_wire_signature_hash (const json_t *wire_s, | |||
399 | struct GNUNET_HashCode *hc) | 399 | struct GNUNET_HashCode *hc) |
400 | { | 400 | { |
401 | const char *payto_uri; | 401 | const char *payto_uri; |
402 | const char *salt; | 402 | const char *salt; /* Current merchant backend will always make the salt |
403 | a `struct GNUNET_HashCode`, but *we* do not insist | ||
404 | on that. */ | ||
403 | struct GNUNET_JSON_Specification spec[] = { | 405 | struct GNUNET_JSON_Specification spec[] = { |
404 | GNUNET_JSON_spec_string ("payto_uri", &payto_uri), | 406 | GNUNET_JSON_spec_string ("payto_uri", &payto_uri), |
405 | GNUNET_JSON_spec_string ("salt", &salt), | 407 | GNUNET_JSON_spec_string ("salt", &salt), |