gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-marketing] 01/02: minor fixes


From: gnunet
Subject: [GNUnet-SVN] [taler-marketing] 01/02: minor fixes
Date: Fri, 17 Feb 2017 00:33:19 +0100

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

dold pushed a commit to branch master
in repository marketing.

commit d657e3e3f8ca6e649a057e8c5b84f97f24aaffde
Author: Florian Dold <address@hidden>
AuthorDate: Fri Feb 17 00:16:52 2017 +0100

    minor fixes
---
 standards/uri-request-payto.txt | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/standards/uri-request-payto.txt b/standards/uri-request-payto.txt
index 0b7ac20..72dc767 100644
--- a/standards/uri-request-payto.txt
+++ b/standards/uri-request-payto.txt
@@ -10,9 +10,9 @@ Scheme syntax:
 
   where the tokens have the following meanings:
   
-  payto:  The literal "payto"
-  method:  A string identifying the payment method
-  account: A string identifiying the account
+  payto:  The literal "payto".
+  method:  A string identifying the payment method.
+  account: A string identifiying the account.
   params: A list of "key=value" pairs separated by "&". 
     The keys "amount", "recipient-name", "sender-name", "message"
     and "instruction" SHOULD be supported by all payment methods.
@@ -35,10 +35,6 @@ ABNF
    unit = 1*(DIGIT / ",")
    fraction = 1*(DIGIT / ",")
 
-   The fraction MUST be smaller than 10^8.  The unit value MUST be
-   smaller than 2^53.  The use of commas is optional for readability and
-   they MUST be ignored.
-
 Scheme semantics:
     The authority component of a payment URI identifies the payment
     method. The path component of the URI identifies the target
@@ -62,12 +58,10 @@ Scheme semantics:
 
   The following parameters SHOULD be recognized by every method:
 
-    amount: The amount to transfer, including currency information if
-    applicable.  The format MUST be:
-
-    The fraction MUST be smaller than 10^8.  The unit value MUST be
-    smaller than 2^53.  The use of commas is optional for readability and
-    they MUST be ignored.
+    amount: The amount to transfer as decimal fraction, including currency
+    information if applicable.  The fraction MUST be smaller than 10^8.
+    The unit value MUST be smaller than 2^53.  The use of commas is optional
+    for readability and they MUST be ignored.
 
     recepient-name: Name of the recipient of the payment.
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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