From 75436c0b6b818938fd7bda0521a5b0fbb9a21bdb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 22 Jul 2020 14:45:44 +0530 Subject: exchange refresh API: make docs match implementation --- core/api-exchange.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/api-exchange.rst') 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 }>; } -- cgit v1.2.3