diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2021-11-10 17:25:11 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2021-11-10 17:27:49 +0100 |
commit | 7c510388b9d789c35fc05bead7677b3de52a318e (patch) | |
tree | 43750109ca78184551dff403c881aa7e205152f9 /src/json/json_helper.c | |
parent | 77bab625607514a628dfda101e55c7d57f6b623d (diff) |
age restriction progress 2/n
Signed-off-by: Özgür Kesim <oec-taler@kesim.org>
Diffstat (limited to 'src/json/json_helper.c')
-rw-r--r-- | src/json/json_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/json_helper.c b/src/json/json_helper.c index 1684e7f35..468d13569 100644 --- a/src/json/json_helper.c +++ b/src/json/json_helper.c @@ -444,7 +444,7 @@ parse_denom_pub (void *cls, GNUNET_JSON_spec_uint32 ("cipher", &cipher), GNUNET_JSON_spec_uint32 ("age_mask", - &denom_pub->age_mask), + &denom_pub->age_mask.mask), GNUNET_JSON_spec_end () }; const char *emsg; |