gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: exposed solved bit


From: gnunet
Subject: [taler-anastasis] branch master updated: exposed solved bit
Date: Sat, 24 Jul 2021 12:28:34 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new fe21014  exposed solved bit
fe21014 is described below

commit fe2101480cad6131d4d2d92d1e3ccd95b0ae969c
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Jul 24 12:28:29 2021 +0200

    exposed solved bit
---
 src/lib/anastasis_recovery.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/lib/anastasis_recovery.c b/src/lib/anastasis_recovery.c
index 79cbc76..5b0726f 100644
--- a/src/lib/anastasis_recovery.c
+++ b/src/lib/anastasis_recovery.c
@@ -991,7 +991,7 @@ ANASTASIS_recovery_serialize (const struct 
ANASTASIS_Recovery *r)
     json_t *cs;
 
     cs = json_pack ("{s:o,s:o,s:o,s:o,s:o?,"
-                    " s:s,s:s,s:s}",
+                    " s:s,s:s,s:s,s:b}",
                     "uuid",
                     GNUNET_JSON_from_data_auto (&c->ci.uuid),
                     "truth_key",
@@ -1009,7 +1009,9 @@ ANASTASIS_recovery_serialize (const struct 
ANASTASIS_Recovery *r)
                     "type",
                     c->type,
                     "instructions",
-                    c->instructions);
+                    c->instructions,
+                    "solved",
+                    c->ci.solved);
     GNUNET_assert (NULL != cs);
     GNUNET_assert (0 ==
                    json_array_append_new (cs_arr,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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