summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-22 14:45:44 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-22 14:45:53 +0530
commit75436c0b6b818938fd7bda0521a5b0fbb9a21bdb (patch)
tree450559eb71119b774afc6411651b995f37c69805
parentf3262a657156df62f062a55aaca3b7704e0d8c35 (diff)
downloaddocs-75436c0b6b818938fd7bda0521a5b0fbb9a21bdb.tar.gz
docs-75436c0b6b818938fd7bda0521a5b0fbb9a21bdb.tar.bz2
docs-75436c0b6b818938fd7bda0521a5b0fbb9a21bdb.zip
exchange refresh API: make docs match implementation
-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 cba9a6d3..484533c7 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 }>;
}