summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-01-11 15:26:07 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-01-11 15:26:07 +0100
commitbccd5efc461707d7c53937a890adaf3f722085dc (patch)
treeef7ad78dc49bf5565e933f3489808f39e4685514 /core/api-common.rst
parentf0d3af4c2bc9cbdbf8c04924652567c3c01bc6fa (diff)
downloaddocs-bccd5efc461707d7c53937a890adaf3f722085dc.tar.gz
docs-bccd5efc461707d7c53937a890adaf3f722085dc.tar.bz2
docs-bccd5efc461707d7c53937a890adaf3f722085dc.zip
added max_age_group to the withdraw-age request, made it signed by the reserve_priv, and put into the database schema
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 7ce43e92..ab158e79 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -842,6 +842,7 @@ within the
struct TALER_ReservePublicKeyP reserve_pub;
struct GNUNET_HashCode age_restricted_coins_commitment;
struct GNUNET_HashCode h_denoms_h;
+ uint8 max_age_group;
};