From 544ba42f445cbff2f544d7e1c83aaffcfa75af3a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 21 Feb 2022 00:23:23 +0100 Subject: -big renaming of structs for consistent naming with P suffix --- src/testing/testing_api_cmd_auditor_deposit_confirmation.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/testing/testing_api_cmd_auditor_deposit_confirmation.c') diff --git a/src/testing/testing_api_cmd_auditor_deposit_confirmation.c b/src/testing/testing_api_cmd_auditor_deposit_confirmation.c index debf343c..beeeb551 100644 --- a/src/testing/testing_api_cmd_auditor_deposit_confirmation.c +++ b/src/testing/testing_api_cmd_auditor_deposit_confirmation.c @@ -199,11 +199,11 @@ deposit_confirmation_run (void *cls, const struct TALER_TESTING_Command *cmd, struct TALER_TESTING_Interpreter *is) { - static struct TALER_ExtensionContractHash no_h_extensions; + static struct TALER_ExtensionContractHashP no_h_extensions; struct DepositConfirmationState *dcs = cls; const struct TALER_TESTING_Command *deposit_cmd; - struct TALER_MerchantWireHash h_wire; - struct TALER_PrivateContractHash h_contract_terms; + struct TALER_MerchantWireHashP h_wire; + struct TALER_PrivateContractHashP h_contract_terms; const struct GNUNET_TIME_Timestamp *exchange_timestamp = NULL; struct GNUNET_TIME_Timestamp timestamp; const struct GNUNET_TIME_Timestamp *wire_deadline; -- cgit v1.2.3