[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: -optional
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: -optional |
Date: |
Thu, 08 Aug 2024 19:23:03 +0200 |
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 da2a979e -optional
da2a979e is described below
commit da2a979edd84e724d8e0a0e608089a74bc974eec
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 8 19:23:00 2024 +0200
-optional
---
core/api-exchange.rst | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 47da4606..0de1b894 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -4654,8 +4654,9 @@ regulatory compliance.
interface WalletKycCheckResponse {
// Next balance limit above which a KYC check
- // may be required.
- next_threshold: Amount;
+ // may be required. Optional, not given if no
+ // threshold exists (assume infinity).
+ next_threshold?: Amount;
// When does the current set of AML/KYC rules
// expire and the wallet needs to check again
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: -optional,
gnunet <=