From 0846ab93bcbe606d34cc547904634244312e137d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 29 Aug 2020 00:37:37 +0200 Subject: doxygen fixes --- src/include/taler_auditor_service.h | 2 +- src/include/taler_signatures.h | 20 -------------------- src/include/taler_testing_lib.h | 3 +-- 3 files changed, 2 insertions(+), 23 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_auditor_service.h b/src/include/taler_auditor_service.h index e7f056e5f..d84ecd5eb 100644 --- a/src/include/taler_auditor_service.h +++ b/src/include/taler_auditor_service.h @@ -234,7 +234,7 @@ typedef void * @param auditor the auditor handle; the auditor must be ready to operate * @param h_wire hash of merchant wire details * @param h_contract_terms hash of the contact of the merchant with the customer (further details are never disclosed to the auditor) - * @param timestamp timestamp when the contract was finalized, must not be too far in the future + * @param exchange_timestamp timestamp when the contract was finalized, must not be too far in the future * @param refund_deadline date until which the merchant can issue a refund to the customer via the auditor (can be zero if refunds are not allowed); must not be after the @a wire_deadline * @param amount_without_fee the amount confirmed to be wired by the exchange to the merchant * @param coin_pub coin’s public key diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 6584f1853..3da11b303 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -1338,26 +1338,6 @@ struct TALER_ReserveCloseConfirmationPS }; -/** - * Used by the merchant to confirm with a signature that the refund has - * been successfully done. Even though the frontend doesn't usually do crypto, - * this signature may turn useful in court. - */ -struct TALER_MerchantRefundConfirmationPS -{ - /** - * Set to #TALER_SIGNATURE_MERCHANT_REFUND_OK. - */ - struct GNUNET_CRYPTO_EccSignaturePurpose purpose; - - /** - * Hashed order id; in case frontend wants to check it. - * Hashed without the 0-termination. - */ - struct GNUNET_HashCode h_order_id GNUNET_PACKED; - -}; - /** * Used by the merchant to confirm to the frontend that * the user did a payment replay with the current browser session. diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 85ea5b010..74148b8f5 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -844,8 +844,7 @@ TALER_TESTING_run_bank (const char *config_filename, * responsible to create the exchange EBICS subscriber at * the nexus. * - * @param bank_url base URL of the bank, used by `wget' to check - * that the bank was started right. + * @param bc bank configuration of the bank * @return the process, or NULL if the process could not * be started. */ -- cgit v1.2.3