gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: allow passing payto_uri for #9156


From: gnunet
Subject: [taler-docs] branch master updated: allow passing payto_uri for #9156
Date: Thu, 05 Sep 2024 13:28:26 +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 01e50cf6 allow passing payto_uri for #9156
01e50cf6 is described below

commit 01e50cf60f890d3bcc31d4bd2ffb6dcbeaf18b82
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Sep 5 13:28:24 2024 +0200

    allow passing payto_uri for #9156
---
 core/api-exchange.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 38d2014d..c0af29c3 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -5625,10 +5625,16 @@ and freeze or unfreeze accounts suspected of money 
laundering.
       // Human-readable justification for the decision.
       justification: string;
 
-      // Which payto-address is the decision about?
+      // Hash of payto-address of the account the decision is about.
       // Identifies a GNU Taler wallet or an affected bank account.
       h_payto: PaytoHash;
 
+      // Payto address of the account the decision is about.
+      // Optional. Must be given if the account is not yet
+      // known to the exchange. If given, must match ``h_payto``.
+      // New since protocol **v21**.
+      payto_uri?: string;
+
       // What are the new rules?
       // New since protocol **v20**.
       new_rules: LegitimizationRuleSet;

-- 
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]