summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-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 }>;
}