summaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-23 19:28:13 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-23 19:28:13 +0200
commit4c220dce4d5ef33e00e937e236a744324af9dcf0 (patch)
treeefbea85cb7026da7479ce3e190c03cc05ab15aa3 /src/json
parent493f8fdc92265f421878e805a4dc4ab5b9a6038d (diff)
downloadexchange-4c220dce4d5ef33e00e937e236a744324af9dcf0.tar.gz
exchange-4c220dce4d5ef33e00e937e236a744324af9dcf0.tar.bz2
exchange-4c220dce4d5ef33e00e937e236a744324af9dcf0.zip
fix online denomination signatures; thanks to Jonathan Krebs for pointing out the issue
Diffstat (limited to 'src/json')
-rw-r--r--src/json/json_helper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index 9d7df0900..ab1ce7876 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -266,8 +266,6 @@ parse_denomination_group (void *cls,
GNUNET_JSON_spec_uint32 ("age_mask",
&group->age_mask.bits),
&age_mask_missing),
- GNUNET_JSON_spec_fixed_auto ("hash",
- &group->hash),
GNUNET_JSON_spec_end ()
};
const char *emsg;