summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-14 16:53:54 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-14 16:53:54 +0100
commitc49c3e4ea1091d5f135d77e298dcd5df37f67201 (patch)
treec8b985619838e930d66086a67959ff0f6d903601
parent9439aa9a8954b866a3c5230c8e6ab778468dd48b (diff)
downloaddocs-c49c3e4ea1091d5f135d77e298dcd5df37f67201.tar.gz
docs-c49c3e4ea1091d5f135d77e298dcd5df37f67201.tar.bz2
docs-c49c3e4ea1091d5f135d77e298dcd5df37f67201.zip
turns out this sub-point of #6666 was a typo in the spec
-rw-r--r--core/api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 9e4f24a3..1f2cb82c 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -320,8 +320,8 @@ possibly by using HTTPS.
.. ts:def:: WireAccount
interface WireAccount {
- // payto:// URL identifying the account and wire method
- url: string;
+ // payto:// URI identifying the account and wire method
+ payto_uri: string;
// Signature using the exchange's offline key
// with purpose TALER_SIGNATURE_MASTER_WIRE_DETAILS.