summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-09 12:38:46 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-09 12:40:05 +0100
commit4e79fd492ec1360c34eaeb1d4ba996f7bb65bb6d (patch)
treede17cd47c3900e1260693ef3d30a3bdbbf3b32bb /api-exchange.rst
parent12447106f6c29ffdb2e5d4ee7fd3abe09a1d117d (diff)
downloaddocs-4e79fd492ec1360c34eaeb1d4ba996f7bb65bb6d.tar.gz
docs-4e79fd492ec1360c34eaeb1d4ba996f7bb65bb6d.tar.bz2
docs-4e79fd492ec1360c34eaeb1d4ba996f7bb65bb6d.zip
Revert accidental bad merge
This reverts commit 12447106f6c29ffdb2e5d4ee7fd3abe09a1d117d, reversing changes made to fd0e5260107f6c418659808b2620484332afd774.
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index 507eb568..a4efd432 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 key at the `noreveal_index`.
- transfer_pub: EddsaPublicKey;
+ // transfer public keys at the `noreveal_index`.
+ transfer_pub: EddsaPublicKey[];
// The original commitment, used to match the /refresh/reveal
// to the corresponding /refresh/melt operation.