commit 227aef2f732987e3d2ecbedebc5f522a41d6fa91
parent 7946feb56724ae19235a5053b6ac424da7eabfc7
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 17 Jul 2026 19:26:58 +0200
-fix duplicate type def
Diffstat:
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git a/src/include/donau_service.h b/src/include/donau_service.h
@@ -618,18 +618,6 @@ void
DONAU_charity_issue_receipt_cancel (
struct DONAU_BatchIssueReceiptHandle *birh);
-/**
- * unblinded donation unit signature from Donau
- */
-struct TALER_DonationUnitSignature
-{
- /**
- * The unblinded signature
- */
- struct TALER_DenominationSignature sig;
-
-};
-
/* ********************* POST / submit receipts *********************** */