taler-docs

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

commit bd7816599a561bb24915617dc852252b39c6c24e
parent 5600d55061a85b0432d4140b1f553f75064a64bb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 28 Feb 2026 19:49:48 +0100

-fix algo

Diffstat:
Mdesign-documents/080-short-wire-subject.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/design-documents/080-short-wire-subject.rst b/design-documents/080-short-wire-subject.rst @@ -214,7 +214,7 @@ Taler Wire Transfer HTTP API type: "reserve" | "kyc"; // Public key algorithm - alg: "ECDSA"; + alg: "EdDSA"; // Account public key account_pub: EddsaPublicKey;