taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit c1494e647f25d578cf4688b4ef54293f3eb93cd5
parent 0a606a7fd226069769a9bcc02657ba1e1b2c3be9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  5 Jun 2022 12:40:38 +0200

-unify API

Diffstat:
Mcore/api-exchange.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;