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 (4363911 -> 8c820b6)


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated (4363911 -> 8c820b6)
Date: Mon, 06 Feb 2017 16:29:38 +0100

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

dold pushed a change to branch master
in repository exchange.

 discard 4363911  remove transaction_id from signature that the wallet gives

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master (8c820b6)
            \
             O -- O -- O   (4363911)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/include/taler_signatures.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 5c64915..3740eb2 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -929,6 +929,14 @@ struct TALER_DepositTrackPS
   struct GNUNET_HashCode h_wire GNUNET_PACKED;
 
   /**
+   * Merchant-generated transaction ID to detect duplicate
+   * transactions.  Chosen by the merchant and used to group
+   * deposits when there are multiple payments the same proposal
+   * (typically from different customers).
+   */
+  uint64_t transaction_id GNUNET_PACKED;
+
+  /**
    * The Merchant's public key.  The deposit inquiry request is to be
    * signed by the corresponding private key (using EdDSA).
    */

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



reply via email to

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