summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-06-26 13:17:33 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-06-26 13:17:33 +0200
commit58e341b8b81d08d0dcb1ae6b170dfdf3c73d0a16 (patch)
tree7666033f3164d3ab1b3f8d0d8ab586d8246c4179
parent9516440e54e88fd0b32f54e91245a7b2a025c583 (diff)
downloaddocs-58e341b8b81d08d0dcb1ae6b170dfdf3c73d0a16.tar.gz
docs-58e341b8b81d08d0dcb1ae6b170dfdf3c73d0a16.tar.bz2
docs-58e341b8b81d08d0dcb1ae6b170dfdf3c73d0a16.zip
add link_sig to /refresh/reveal
-rw-r--r--api-exchange.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index b906d339..48352cf4 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -875,6 +875,10 @@ the API during normal operation.
// transfer public key at the `noreveal_index`.
transfer_pub: EddsaPublicKey;
+ // Signature made by the wallet using the old coin's private key,
+ // used later to verify the /refresh/link response from the exchange.
+ link_sig: EddsaSignature;
+
// The original commitment, used to match the /refresh/reveal
// to the corresponding /refresh/melt operation.
rc: HashCode;