commit 5ea78396dfd8f196dd5f7fc76f7ba47110a66091 parent d0360d49e3071fca17b47fdf0a34d0d1a1d26450 Author: Florian Dold <florian@dold.me> Date: Thu, 7 Mar 2024 19:21:58 +0100 make exchange pub optional Diffstat:
| M | draft-grothoff-taler.xml | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/draft-grothoff-taler.xml b/draft-grothoff-taler.xml @@ -457,9 +457,9 @@ also <xref target="taler-registry" />). The specific arguments of a "withdraw-exchange" action are: <list style="symbols"> <t>exchange_host: hostname of the exchange (possibly including a port number)</t> - <t>exchange_prefix_path: list of path components that identifies the path prefix of the exchange base URL</t> - <t>exchange_pub: the public key of the exchange</t> - <t>amount_value: default value to use for the withdrawal amount, currency included</t> + <t>exchange_prefix_path (optional): list of path components that identifies the path prefix of the exchange base URL</t> + <t>exchange_pub (optional): the public key of the exchange</t> + <t>amount_value (optional): default value to use for the withdrawal amount, currency included</t> </list> </t> <t> @@ -467,6 +467,7 @@ also <xref target="taler-registry" />). <t>Name: withdraw-exchange</t> <t>Syntax: taler://withdraw-exchange/{exchange_host}{/exchange_prefix_path*}/{exchange_pub}{?a=amount_value]}</t> <t>Example: taler://withdraw-exchange/exchange.example.com/ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEFGHIJKLMNOP?a=KUDOS:10</t> +<t>Example: taler://withdraw-exchange/exchanges.example.com/exchange1/</t> <t>Contact: N/A</t> <t>References: [this.I-D]</t> </list>