commit 9fbedda73e00e0643ec712ef3ad4d4dfce00968d
parent ecd05947b2e0e0a89a3a120208f63b7756c27a4c
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 4 Jan 2018 12:06:32 +0100
need coin_pub
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/api-merchant.rst b/api-merchant.rst
@@ -271,6 +271,9 @@ The following API are made available by the merchant's `backend` to the merchant
// The purpose is `TALER_SIGNATURE_MERCHANT_REFUND_OK`.
merchant_sig: EddsaSignature;
+ // Public key of the coin which is being refunded.
+ coin_pub: EddsaPublicKey;
+
// refund transaction ID chosen by the merchant.
rtransaction_id: uint64_t;
}