gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: fix AML signature description


From: gnunet
Subject: [taler-docs] branch master updated: fix AML signature description
Date: Wed, 20 Mar 2024 14:32:23 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new def59c1e fix AML signature description
     new ef283376 Merge branch 'master' of git+ssh://git.taler.net/docs
def59c1e is described below

commit def59c1ee59268688fd2a9a01691d0a9bf26c671
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Mar 20 14:32:12 2024 +0100

    fix AML signature description
---
 core/api-common.rst   | 18 ++++++++++++++++++
 core/api-exchange.rst |  3 +--
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/core/api-common.rst b/core/api-common.rst
index a6bb9abe..7e342cb0 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1847,6 +1847,24 @@ within the
       uint32_t is_active GNUNET_PACKED;
     };
 
+. _TALER_AmlDecisionPS:
+.. sourcecode:: c
+
+  struct TALER_AmlDecisionPS
+  {
+     /**
+      * purpose.purpose =TALER_SIGNATURE_AML_DECISION.
+      */
+     struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+     struct GNUNET_HashCode h_justification GNUNET_PACKED;
+     struct GNUNET_TIME_TimestampNBO decision_time;
+     struct TALER_AmountNBO new_threshold;
+     struct TALER_PaytoHashP h_payto GNUNET_PACKED;
+     struct GNUNET_HashCode h_kyc_requirements;
+     uint32_t new_state GNUNET_PACKED;
+
+  };
+
 .. _TALER_PartnerConfigurationPS:
 .. sourcecode:: c
 
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 713d70f9..222d345e 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1505,8 +1505,7 @@ and freeze or unfreeze accounts suspected of money 
laundering.
       // Numerical values are defined in `AmlDecisionState`.
       new_state: Integer;
 
-      // Signature by the AML officer over a
-      // `TALER_MasterAmlOfficerStatusPS`.
+      // Signature by the AML officer over a `TALER_AmlDecisionPS`.
       // Must have purpose ``TALER_SIGNATURE_MASTER_AML_KEY``.
       officer_sig: EddsaSignature;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]