commit 706558433267f1f35c60ee712da4773539882f9c
parent 291099806c5063b9cfb1ad910a024e67cdae5c93
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Mon, 31 Jul 2023 09:48:24 +0200
DD45: clearify birthday in signature
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/design-documents/045-kyc-inheritance.rst b/design-documents/045-kyc-inheritance.rst
@@ -138,6 +138,7 @@ The request body must be a `KYCAttestationRequest` object.
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
struct TALER_ReservePublicKeyP attester_reserve_pub;
struct TALER_ReservePublicKeyP target_reserve_pub;
+ /* If no birthday is set, must be all 0 */
char birthday[sizeof("YYYY-MM-DD")];
}