diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-23 19:28:13 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-23 19:28:13 +0200 |
commit | 4c220dce4d5ef33e00e937e236a744324af9dcf0 (patch) | |
tree | efbea85cb7026da7479ce3e190c03cc05ab15aa3 /src/json/json_helper.c | |
parent | 493f8fdc92265f421878e805a4dc4ab5b9a6038d (diff) |
fix online denomination signatures; thanks to Jonathan Krebs for pointing out the issue
Diffstat (limited to 'src/json/json_helper.c')
-rw-r--r-- | src/json/json_helper.c | 2 |
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; |