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_signatures.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/include/taler_signatures.h') 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. -- cgit v1.2.3