gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] 06/13: big O to small o, json_pack


From: gnunet
Subject: [taler-anastasis] 06/13: big O to small o, json_pack
Date: Sun, 03 May 2020 18:02:30 +0200

This is an automated email from the git hooks/post-receive script.

dennis-neufeld pushed a commit to branch master
in repository anastasis.

commit e9c7c443ffdc9e389a9ca3192f454a811f71c60a
Author: Dennis Neufeld <address@hidden>
AuthorDate: Fri May 1 18:42:57 2020 +0000

    big O to small o, json_pack
---
 src/lib/anastasis.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/anastasis.c b/src/lib/anastasis.c
index b0fd01e..6cd0904 100644
--- a/src/lib/anastasis.c
+++ b/src/lib/anastasis.c
@@ -812,9 +812,9 @@ ANASTASIS_truth_upload (struct GNUNET_CURL_Context *ctx,
                                   &encrypted_truth,
                                   &encrypted_truth_size);
 
-  truth = json_pack ("{s:O," /* encrypted KeyShare */
+  truth = json_pack ("{s:o," /* encrypted KeyShare */
                      " s:s," /* method */
-                     " s:O," /* nonce */
+                     " s:o," /* nonce */
                      " s:s}", /* truth_mime */
                      "keyshare_data", GNUNET_JSON_from_data_auto (
                        encrypted_key_share),

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]