summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index a4efd432..507eb568 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -911,8 +911,8 @@ the API during normal operation.
// `kappa - 1` transfer private keys (ephemeral ECDHE keys)
transfer_privs: EddsaPrivateKey[];
- // transfer public keys at the `noreveal_index`.
- transfer_pub: EddsaPublicKey[];
+ // transfer public key at the `noreveal_index`.
+ transfer_pub: EddsaPublicKey;
// The original commitment, used to match the /refresh/reveal
// to the corresponding /refresh/melt operation.