commit bfcb5e431c4900f889902a3058b3b8ffd2c42833
parent fb043300b9e318e8d3b9f39218bdafe2679d2d35
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 8 Oct 2025 21:54:06 +0200
fix #10466
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/draft-grothoff-taler.xml b/draft-grothoff-taler.xml
@@ -477,15 +477,14 @@ also <xref target="taler-registry" />).
<list style="symbols">
<t>exchange_host: hostname of the exchange (possibly including a port number)</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>
<list style="symbols">
<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>Syntax: taler://withdraw-exchange/{exchange_host}{/exchange_prefix_path*}/{?a=amount_value]}</t>
+<t>Example: taler://withdraw-exchange/exchange.example.com/?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>