summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_deposits_get.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-10-25 19:33:43 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-27 09:23:13 +0200
commitb6be9dc0c0f1f20c76f6f63a7679a5c07f868f54 (patch)
treef92d69dcfbebb624bcb79d775ff81c5d225cf1d7 /src/exchange/taler-exchange-httpd_deposits_get.c
parent74234f75a41222f6a630106be75a799f4f02ec1d (diff)
downloadexchange-b6be9dc0c0f1f20c76f6f63a7679a5c07f868f54.tar.gz
exchange-b6be9dc0c0f1f20c76f6f63a7679a5c07f868f54.tar.bz2
exchange-b6be9dc0c0f1f20c76f6f63a7679a5c07f868f54.zip
-work on FTBFS
Diffstat (limited to 'src/exchange/taler-exchange-httpd_deposits_get.c')
-rw-r--r--src/exchange/taler-exchange-httpd_deposits_get.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_deposits_get.c b/src/exchange/taler-exchange-httpd_deposits_get.c
index 2423cc967..d981a8dd9 100644
--- a/src/exchange/taler-exchange-httpd_deposits_get.c
+++ b/src/exchange/taler-exchange-httpd_deposits_get.c
@@ -47,8 +47,8 @@
*/
static MHD_RESULT
reply_deposit_details (struct MHD_Connection *connection,
- const struct GNUNET_HashCode *h_contract_terms,
- const struct GNUNET_HashCode *h_wire,
+ const struct TALER_PrivateContractHash *h_contract_terms,
+ const struct TALER_MerchantWireHash *h_wire,
const struct TALER_CoinSpendPublicKeyP *coin_pub,
const struct TALER_Amount *coin_contribution,
const struct TALER_WireTransferIdentifierRawP *wtid,