commit 774758ebc0d5734eee018dd92a11919cca580f3f parent b7c3585b77bd3f04f03568e72a2642ea43143d80 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 26 Dec 2017 11:53:18 +0100 forgot to remove redundant struct in previous commit Diffstat:
| M | src/include/taler_merchant_service.h | | | 34 | ---------------------------------- |
1 file changed, 0 insertions(+), 34 deletions(-)
diff --git 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