diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-07-22 14:45:44 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-07-22 14:45:53 +0530 |
commit | 75436c0b6b818938fd7bda0521a5b0fbb9a21bdb (patch) | |
tree | 450559eb71119b774afc6411651b995f37c69805 /core/api-exchange.rst | |
parent | f3262a657156df62f062a55aaca3b7704e0d8c35 (diff) | |
download | docs-75436c0b6b818938fd7bda0521a5b0fbb9a21bdb.tar.gz docs-75436c0b6b818938fd7bda0521a5b0fbb9a21bdb.tar.bz2 docs-75436c0b6b818938fd7bda0521a5b0fbb9a21bdb.zip |
exchange refresh API: make docs match implementation
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r-- | core/api-exchange.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst index cba9a6d..484533c 100644 --- 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 }>; } |