commit 7411727d207e9fe0716f252e61719874b12db5ae parent c5bf3d4435c58b95a69213d2d4514b495d5c0f59 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 7 Apr 2021 04:07:05 -0400 fix typo: s/uuid/UUID/ Diffstat:
| M | anastasis.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; }