commit 291099806c5063b9cfb1ad910a024e67cdae5c93 parent 12544b755247c068b8d0c66ce2b530f77f32916a Author: Özgür Kesim <oec-taler@kesim.org> Date: Mon, 31 Jul 2023 09:33:29 +0200 DD45: -typos Diffstat:
| M | design-documents/045-kyc-inheritance.rst | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/design-documents/045-kyc-inheritance.rst b/design-documents/045-kyc-inheritance.rst @@ -57,13 +57,13 @@ number of attestations that a (KYC'ed) reserve can provide for other reserves. MAXIMUM_ATTESTATIONS = [number] -The database schema needs to be ajdusted to incorporate +The database schema needs to be adjusted to incorporate * a boolean field ``inherited`` in the table ``kyc_attributes`` to indicate the inheritance status -* a integer field ``attestations`` in the table ``reserves`` to count the - number of attestations performed by a reserve. +* an integer field ``attestations`` in the table ``reserves`` to count the + number of transitive attestations performed by a reserve. On the exchange we propose the following new endpoint: @@ -172,7 +172,7 @@ Other than adding code to the exchange: unknown. Discussion / Q&A ================ -The proposed solution makes the principle of subsidiarty for age-restrictions +The proposed solution makes the principle of subsidiarity for age-restrictions (i.e parents are responsible for setting the age-restriction) explicit in the code.