gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 01/02: forgot to remove redundant struct i


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 01/02: forgot to remove redundant struct in previous commit
Date: Tue, 26 Dec 2017 21:43:25 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

commit 774758ebc0d5734eee018dd92a11919cca580f3f
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Dec 26 11:53:18 2017 +0100

    forgot to remove redundant struct in previous commit
---
 src/include/taler_merchant_service.h | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/src/include/taler_merchant_service.h 
b/src/include/taler_merchant_service.h
index e99024a..d6b3260 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -578,40 +578,6 @@ struct TALER_MERCHANT_CoinWireTransfer
 
 };
 
-/**
- * Information about a wire transfer for a /track/transaction response.
- */
-struct TALER_MERCHANT_TransactionWireTransfer
-{
-
-  /**
-   * Wire transfer identifier this struct is about.
-   */
-  struct TALER_WireTransferIdentifierRawP wtid;
-
-  /**
-   * When was this wire transfer executed?
-   */
-  struct GNUNET_TIME_Absolute execution_time;
-
-  /**
-   * Number of coins of the selected transaction that
-   * is covered by this wire transfer.
-   */
-  unsigned int num_coins;
-
-  /**
-   * Information about the coins of the selected transaction
-   * that are part of the wire transfer.
-   */
-  struct TALER_MERCHANT_CoinWireTransfer *coins;
-
-  /**
-   * URL of the exchange that executed the wire transfer.
-   */
-  char *exchange_url;
-};
-
 
 /**
  * Callbacks of this type are used to work the result of submitting a

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



reply via email to

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