ZIP-321 add ALPHA reference.

This commit is contained in:
Kris Nuttycombe 2020-09-04 12:24:46 -06:00
parent 8a6db78df2
commit 40cd0eca63
1 changed files with 4 additions and 4 deletions

View File

@ -94,8 +94,8 @@ URI Syntax:
qchar = unreserved / pct-encoded / allowed-delims / ":" / "@"
allowed-delims = "!" / "$" / "'" / "(" / ")" / "*" / "+" / "," / ";"
Here, ``unreserved`` and ``pct-encoded`` are as defined in [#RFC3986]_. "base58" is
defined as in [#base58check]_
Here, ``ALPHA``, ``unreserved`` and ``pct-encoded`` are as defined in
[#RFC3986]_. "base58" is defined as in [#base58check]_
A ZIP-321 URI represents a request for the construction of a transaction having
one or more *payments*. In the case that only a single payment is being
@ -120,8 +120,8 @@ Transfer amount
If an amount is provided, it MUST be specified in decimal ZEC. All amounts MUST
contain no commas and use a period (.) as the separating character to separate
whole numbers and decimal fractions. I.e. ``amount=50.00`` or ``amount=50`` is treated
as 50 ZEC, and ``amount=50,000.00`` is invalid.
whole numbers and decimal fractions. I.e. ``amount=50.00`` or ``amount=50`` is
treated as 50 ZEC, and ``amount=50,000.00`` is invalid.
Query Keys
----------