commit 58e341b8b81d08d0dcb1ae6b170dfdf3c73d0a16
parent 9516440e54e88fd0b32f54e91245a7b2a025c583
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 26 Jun 2019 13:17:33 +0200
add link_sig to /refresh/reveal
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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;