summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-05 12:40:38 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-05 12:40:38 +0200
commitc1494e647f25d578cf4688b4ef54293f3eb93cd5 (patch)
tree94bb70d5934851cfefa40d39785e1659d533e35b /core
parent0a606a7fd226069769a9bcc02657ba1e1b2c3be9 (diff)
downloaddocs-c1494e647f25d578cf4688b4ef54293f3eb93cd5.tar.gz
docs-c1494e647f25d578cf4688b4ef54293f3eb93cd5.tar.bz2
docs-c1494e647f25d578cf4688b4ef54293f3eb93cd5.zip
-unify API
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 0a21f431..22d7bd48 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -3513,7 +3513,7 @@ Wallet-to-wallet transfers
// Base URL of the exchange receiving the payment, only present
// if the exchange hosting the reserve is not this exchange.
- partner_base_url?: string;
+ partner_url?: string;
// Public key of the reserve that the purse was merged into.
reserve_pub: EddsaPublicKey;