taler-docs

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

commit dc5482ed746df12fe353e2e1e7457e0f7d582c94
parent 86aff5a8f24ec884bbc94509b456d87c52a7ada0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  1 Apr 2017 23:43:08 +0200

simplify /payback spec

Diffstat:
Mapi/api-exchange.rst | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/api/api-exchange.rst b/api/api-exchange.rst @@ -1018,9 +1018,8 @@ in using this API. .. code-block:: tsref interface PaybackConfirmation { - // wire subject the exchange promises to use for the - // wire transfer of the funds; - wire_subject: Base32; + // public key of the reserve that will receive the payback. + reserve_pub: EddsaPublicKey; // How much will the exchange pay back (needed by wallet in // case coin was partially spent and wallet got restored from backup)