commit 7502ecfd3deacf3a109672dc44b5f1d1ec4e048a
parent 13178de76fc409f5aae36747741650781bb7cea6
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Tue, 20 Aug 2024 09:23:50 +0200
proposed API change: measure or check
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -5570,14 +5570,14 @@ and freeze or unfreeze accounts suspected of money laundering.
// New since protocol **v20**.
properties: AccountProperties;
- // New measure to apply immediately to the account.
+ // New checks to enable immediately on the account.
// Should typically be used to give the user some
// information or request additional information.
// Use "verboten" to communicate to the customer
// that there is no KYC check that could be passed
// to modify the ``new_rules``.
// New since protocol **v20**.
- new_measure?: string;
+ new_checks: string[];
// True if the account should remain under investigation by AML staff.
// New since protocol **v20**.