gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: use payto_ prefix


From: gnunet
Subject: [taler-docs] branch master updated: use payto_ prefix
Date: Wed, 25 Nov 2020 22:31:33 +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 de27db0  use payto_ prefix
de27db0 is described below

commit de27db0620b00bcb10406cb834b48e4d8d421550
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Nov 25 22:31:29 2020 +0100

    use payto_ prefix
---
 core/api-exchange.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 9425174..037c5d9 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -666,7 +666,7 @@ Management operations authorized by master key
     interface WireSetupMessage {
 
       // payto:// URL identifying the account and wire method
-      url: string;
+      payto_uri: string;
 
       // Salt value (used when hashing 'url' to verify signature)
       salt: string;
@@ -716,7 +716,7 @@ Management operations authorized by master key
     interface WireTeardownMessage {
 
       // payto:// URL identifying the account and wire method
-      url: string;
+      payto_uri: string;
 
       // Signature using the exchange's offline key
       // with purpose TALER_SIGNATURE_MASTER_WIRE_DETAILS.
@@ -766,6 +766,8 @@ This part of the API is for the use by auditors interacting 
with the exchange.
   :http:statuscode:`412 Precondition failed`:
     This auditor is not yet known to the exchange.
 
+  **Details:**
+
   .. ts:def:: AuditorSignatureAddMessage
 
     interface AuditorSignatureAddMessage {

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