taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 2e886faf4a5a0ac225b4becf90ec1330cf9bb680
parent 9c633bbafbbea12502d279952b7cf62f181d8863
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sat, 18 Jul 2026 02:11:27 +0200

remove hash, client properly computes it itself

Diffstat:
Mcore/donau/get-keys.rst | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/core/donau/get-keys.rst b/core/donau/get-keys.rst @@ -88,8 +88,6 @@ // RSA public key rsa_public_key: RsaPublicKey; - // Hash of the RSA public key, as used in other API calls. - pub_key_hash: HashCode; } .. ts:def:: CSDonationUnitKey @@ -100,8 +98,6 @@ // Public key of the donation unit. cs_public_key: Cs25519Point; - // Hash of the CS public key, as used in other API calls. - pub_key_hash: HashCode; } A signing key in the ``signkeys`` list is a JSON object with the following fields: