taler-docs

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

commit 5659ed216073b30ff222d2b551acb29ef0a27a0b
parent 7411727d207e9fe0716f252e61719874b12db5ae
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed,  7 Apr 2021 04:07:26 -0400

mark up ‘key_share’

Diffstat:
Manastasis.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anastasis.rst b/anastasis.rst @@ -844,7 +844,7 @@ charge per truth operation using GNU Taler. // the key to decrypt the master key. key_share: [32]; //bytearray - // Signature over method, UUID, and key_share. + // Signature over method, UUID, and ``key_share``. account_sig: EddsaSignature; }