summaryrefslogtreecommitdiff
path: root/src/json/test_json.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-27 22:35:20 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-27 22:35:20 +0200
commit16fe40a0c80a45795dcaa3988606fbdb613df9fb (patch)
treeeefef0f168726e0710b92210dba7a30048ad0e5e /src/json/test_json.c
parentfbb58ad8790d514ff9cb53e3a10aa49ad2fa31dc (diff)
downloadexchange-16fe40a0c80a45795dcaa3988606fbdb613df9fb.tar.gz
exchange-16fe40a0c80a45795dcaa3988606fbdb613df9fb.tar.bz2
exchange-16fe40a0c80a45795dcaa3988606fbdb613df9fb.zip
-fix test warnings
Diffstat (limited to 'src/json/test_json.c')
-rw-r--r--src/json/test_json.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json/test_json.c b/src/json/test_json.c
index e312a4ed3..ffc5b33c7 100644
--- a/src/json/test_json.c
+++ b/src/json/test_json.c
@@ -91,8 +91,8 @@ path_cb (void *cls,
static int
test_contract (void)
{
- struct GNUNET_HashCode h1;
- struct GNUNET_HashCode h2;
+ struct TALER_PrivateContractHash h1;
+ struct TALER_PrivateContractHash h2;
json_t *c1;
json_t *c2;
json_t *c3;