commit f5f172df180ed46f0f0b2b3bd334f0b6df774d80
parent 71a27218d5b38fda899cbb177b7b274b058d3944
Author: Florian Dold <florian@dold.me>
Date: Tue, 23 Sep 2025 13:29:57 +0200
fix donau cipher tax inconsistency (cipher: vs type:)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-donau.rst b/core/api-donau.rst
@@ -447,7 +447,7 @@ corresponding charity_id by the Donau.
.. ts:def:: CSBlindedDonationReceiptSignature
interface CSBlindedDonationReceiptSignature {
- type: "CS";
+ cipher: "CS";
// Signer chosen bit value, 0 or 1, used
// in Clause Blind Schnorr to make the
@@ -545,7 +545,7 @@ Donation statement operations are requested by a donor.
.. ts:def:: CSDonationReceiptSignature
interface CSDonationReceiptSignature {
- type: "CS";
+ cipher: "CS";
// R value component of the signature.
cs_signature_r: Cs25519Point;