commit 9af8aecd7659d0121e421e1597a801e1a82c7714 parent 1794ecb0faae3b4c788409ba849c408d13888f8b Author: Florian Dold <florian@dold.me> Date: Fri, 11 Nov 2022 10:28:15 +0100 error -> dev-experiment Diffstat:
| M | standards/draft-grothoff-taler.xml | | | 18 | +++++++++--------- |
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/standards/draft-grothoff-taler.xml b/standards/draft-grothoff-taler.xml @@ -450,25 +450,25 @@ also <xref target="taler-registry" />). </t> </section> -<section anchor="registry-entry-error" title="Action: error"> +<section anchor="registry-entry-dev-experiment" title="Action: dev-experiment"> <t> - An "error" action instructs the wallet to simulate a particular + An "dev-experiment" action instructs the wallet to simulate a particular error scenario. This action can be used to test the user interface. Wallets that are not in developer mode should not run - the specified action and instead inform the user that "error" - action are only supported in developer mode. + the specified action and instead inform the user that "dev-experiment" + actions are only supported in developer mode. </t> <t> - The specific arguments of an "error" action are: + The specific arguments of a "dev-experiment" action are: <list style="symbols"> - <t>name: specifies the specific type of error to be simulated</t> + <t>name: specifies the specific type of dev experiment</t> </list> </t> <t> <list style="symbols"> -<t>Name: error</t> -<t>Syntax: payto://error/{name}</t> -<t>Example: payto://error/xxx</t> +<t>Name: dev-experiment</t> +<t>Syntax: payto://dev-experiment/{name}</t> +<t>Example: payto://dev-experiment/xxx</t> <t>Contact: N/A</t> <t>References: [this.I-D]</t> </list>