commit 2f2b47c241d763c1ea0ee52ddbdf740bb5d29224
parent 54e05db53a1ee2b70eb12d1627ebf7625cfa6ab2
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 2 Jun 2026 19:31:19 +0200
-spec fixes
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/core/donau/get-seed.rst b/core/donau/get-seed.rst
@@ -6,3 +6,7 @@
This API should be used by wallets to guard themselves against
running on low-entropy (bad PRNG) hardware. Naturally, the entropy
returned MUST be mixed with locally generated entropy.
+
+ .. note::
+
+ This endpoint is currently not yet implemented.
diff --git a/core/donau/post-csr-issue.rst b/core/donau/post-csr-issue.rst
@@ -70,9 +70,5 @@
interface DonauCsIssueValue {
cipher: "CS";
- // CSR R0 value
- r_pub_0: CSRPublic;
-
- // CSR R1 value
- r_pub_1: CSRPublic;
+ r_pubs: CSRPublicPair;
}