gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: importing a 'PS' st


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: importing a 'PS' struct from merchant
Date: Wed, 05 Jul 2017 14:12:09 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 34887e5  importing a 'PS' struct from merchant
34887e5 is described below

commit 34887e55eb743ce1c623acaa9ea8560748b23aaf
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jul 5 14:11:42 2017 +0200

    importing a 'PS' struct from merchant
---
 src/include/taler_signatures.h | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index ed680bc..181c501 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -1275,6 +1275,25 @@ struct TALER_ReserveCloseConfirmationPS
 };
 
 
+/**
+ * Used by the merchant to confirm with a signature that the refund has
+ * been successfully done. Even though the frontend doesn't usually do crypto,
+ * this signature may turn useful in court.
+ */
+struct TALER_MerchantRefundConfirmationPS
+{
+  /**
+   * Set TALER_SIGNATURE_REFUND_OK.
+   */
+  struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+
+  /**
+   * Hashed order id; in case frontend wants to check it.
+   */
+  struct GNUNET_HashCode h_order_id GNUNET_PACKED;
+
+};
+
 GNUNET_NETWORK_STRUCT_END
 
 #endif

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]