summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-orders.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-28 00:01:13 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-28 00:01:13 +0200
commitca71aefbb1e1520b0e4b357c0b1d9c6aaf0d5128 (patch)
treeee96c78ce1c3648405a4b12b7195b49827e59699 /src/backend/taler-merchant-httpd_private-post-orders.c
parent99e7729ede69e218198a8c846e8096ad83127f6b (diff)
downloadmerchant-ca71aefbb1e1520b0e4b357c0b1d9c6aaf0d5128.tar.gz
merchant-ca71aefbb1e1520b0e4b357c0b1d9c6aaf0d5128.tar.bz2
merchant-ca71aefbb1e1520b0e4b357c0b1d9c6aaf0d5128.zip
-work on fixing FTBFS
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-post-orders.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c
index 2706e511..e148bc0d 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -1046,7 +1046,7 @@ patch_order (struct MHD_Connection *connection,
/* sanity check result */
{
- struct GNUNET_HashCode h_control;
+ struct TALER_PrivateContractHash h_control;
switch (TALER_JSON_contract_hash (order,
&h_control))