summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-09 12:41:00 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-09 12:41:00 +0100
commita1d562609100d7eab946d9a7b0d75c76896e4d4b (patch)
tree777e048c164a2c9fbec3d6467bc60baa72099197
parent4e79fd492ec1360c34eaeb1d4ba996f7bb65bb6d (diff)
downloaddocs-a1d562609100d7eab946d9a7b0d75c76896e4d4b.tar.gz
docs-a1d562609100d7eab946d9a7b0d75c76896e4d4b.tar.bz2
docs-a1d562609100d7eab946d9a7b0d75c76896e4d4b.zip
fix typo / type error in refresh API
-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.