taler-docs

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

commit 75436c0b6b818938fd7bda0521a5b0fbb9a21bdb
parent f3262a657156df62f062a55aaca3b7704e0d8c35
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 22 Jul 2020 14:45:44 +0530

exchange refresh API: make docs match implementation

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 @@ -1031,7 +1031,7 @@ the API during normal operation. interface RevealResponse { // List of the exchange's blinded RSA signatures on the new coins. - ev_sigs : BlindedRsaSignature[]; + ev_sigs : Array<{ ev_sig: BlindedRsaSignature }>; }