-fix spec intregral size

This commit is contained in:
Özgür Kesim 2023-01-24 11:04:06 +01:00
parent 4243833b2c
commit ae94c954a5
Signed by: oec
GPG Key ID: 3D76A56D79EDD9D7

View File

@ -306,8 +306,8 @@ TEH_handler_age_withdraw (struct TEH_RequestContext *rc,
TALER_JSON_spec_amount ("amount",
TEH_currency,
&awc.commitment.amount_with_fee),
GNUNET_JSON_spec_uint8 ("max_age_group",
&awc.commitment.max_age_group),
GNUNET_JSON_spec_uint32 ("max_age_group",
&awc.commitment.max_age_group),
GNUNET_JSON_spec_end ()
};