commit 966d1e292f0fe5478c17519c25144b2c437a14a1
parent 3d0a8d38ba9d7a33f76fc1dc08c7208f0f2a38de
Author: Nullptrderef <nullptrderef@proton.me>
Date: Sun, 26 May 2024 01:40:33 +0200
the ts def should match the interface name 1:1
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-donau.rst b/core/api-donau.rst
@@ -407,7 +407,7 @@ corresponding charity_id by the Donau.
// a 256-bit nonce, converted to Crockford Base32.
type BUDIBlindingKeyP = string;
- .. ts:def:: BSDonationReceipts
+ .. ts:def:: DonationReceipts
interface DonationReceipts {
blind_signed_receipt_signatures: DonationReceiptSignature[];