summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-11 00:36:41 +0200
committerChristian Grothoff <christian@grothoff.org>2016-06-11 00:36:41 +0200
commit5d28c019003981f702202b0ad83ce08177ccef61 (patch)
tree9617c6608aee53f708a501c4c88cff41172158e7 /src
parent1db423907ee425d07045438ed8a71dde6669b99a (diff)
downloadexchange-5d28c019003981f702202b0ad83ce08177ccef61.tar.gz
exchange-5d28c019003981f702202b0ad83ce08177ccef61.tar.bz2
exchange-5d28c019003981f702202b0ad83ce08177ccef61.zip
fix intent
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd_responses.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.c b/src/exchange/taler-exchange-httpd_responses.c
index 91e372094..34aeec5da 100644
--- a/src/exchange/taler-exchange-httpd_responses.c
+++ b/src/exchange/taler-exchange-httpd_responses.c
@@ -1191,13 +1191,13 @@ TMH_RESPONSE_reply_transfer_pending (struct MHD_Connection *connection,
*/
int
TMH_RESPONSE_reply_track_transaction (struct MHD_Connection *connection,
- const struct GNUNET_HashCode *h_contract,
- const struct GNUNET_HashCode *h_wire,
- const struct TALER_CoinSpendPublicKeyP *coin_pub,
- const struct TALER_Amount *coin_contribution,
- uint64_t transaction_id,
- const struct TALER_WireTransferIdentifierRawP *wtid,
- struct GNUNET_TIME_Absolute exec_time)
+ const struct GNUNET_HashCode *h_contract,
+ const struct GNUNET_HashCode *h_wire,
+ const struct TALER_CoinSpendPublicKeyP *coin_pub,
+ const struct TALER_Amount *coin_contribution,
+ uint64_t transaction_id,
+ const struct TALER_WireTransferIdentifierRawP *wtid,
+ struct GNUNET_TIME_Absolute exec_time)
{
struct TALER_ConfirmWirePS cw;
struct TALER_ExchangePublicKeyP pub;