From 1c1d28d3f5746fac496b517d0b3b78ca1726f01f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 3 Sep 2021 21:30:14 +0200 Subject: first draft for an aggregator benchmark, plus fixing inclusive/exclusive sharding range issues --- src/json/json_wire.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/json/json_wire.c') diff --git a/src/json/json_wire.c b/src/json/json_wire.c index 3d7e8a81..e8620728 100644 --- a/src/json/json_wire.c +++ b/src/json/json_wire.c @@ -37,9 +37,10 @@ TALER_JSON_merchant_wire_signature_hash (const json_t *wire_s, struct GNUNET_HashCode *hc) { const char *payto_uri; - const char *salt; /* Current merchant backend will always make the salt - a `struct GNUNET_HashCode`, but *we* do not insist - on that. */ + const char *salt; + /* Current merchant backend will always make the salt + a `struct GNUNET_HashCode`, but *we* do not insist + on that. */ struct GNUNET_JSON_Specification spec[] = { GNUNET_JSON_spec_string ("payto_uri", &payto_uri), GNUNET_JSON_spec_string ("salt", &salt), -- cgit v1.2.3