From 3ccacbd78bf720294363648a496b635abe072408 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 17 Nov 2021 22:02:08 +0100 Subject: make anastasis build against latest Exchange --- src/testing/testing_cmd_truth_upload.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/testing/testing_cmd_truth_upload.c') diff --git a/src/testing/testing_cmd_truth_upload.c b/src/testing/testing_cmd_truth_upload.c index 030549d..99c2879 100644 --- a/src/testing/testing_cmd_truth_upload.c +++ b/src/testing/testing_cmd_truth_upload.c @@ -198,7 +198,6 @@ truth_upload_run (void *cls, } if (GNUNET_OK != ANASTASIS_TESTING_get_trait_salt (ref, - 0, &salt)) { GNUNET_break (0); @@ -285,10 +284,9 @@ truth_upload_traits (void *cls, { struct TruthUploadState *tus = cls; struct TALER_TESTING_Trait traits[] = { - ANASTASIS_TESTING_make_trait_truth (0, - tus->truth), - ANASTASIS_TESTING_make_trait_payment_secret (0, - &tus->payment_secret_response), + ANASTASIS_TESTING_make_trait_truth ( + (const struct ANASTASIS_Truth **) &tus->truth), + ANASTASIS_TESTING_make_trait_payment_secret (&tus->payment_secret_response), TALER_TESTING_trait_end () }; -- cgit v1.2.3