gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: ensure there is a selected_chal


From: gnunet
Subject: [taler-anastasis] branch master updated: ensure there is a selected_challenge_uuid in CHALLENGE_SOLVING state
Date: Fri, 27 Aug 2021 17:56:18 +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 cd44840  ensure there is a selected_challenge_uuid in 
CHALLENGE_SOLVING state
cd44840 is described below

commit cd44840c4258a60bd8aa8c6b3d0fa2b6b8920193
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Aug 27 17:56:16 2021 +0200

    ensure there is a selected_challenge_uuid in CHALLENGE_SOLVING state
---
 src/reducer/anastasis_api_recovery_redux.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/reducer/anastasis_api_recovery_redux.c 
b/src/reducer/anastasis_api_recovery_redux.c
index fa550c6..684b877 100644
--- a/src/reducer/anastasis_api_recovery_redux.c
+++ b/src/reducer/anastasis_api_recovery_redux.c
@@ -831,6 +831,9 @@ answer_feedback_cb (
                                           uuid,
                                           reply));
     }
+    json_object_set_new (sctx->state,
+                         "selected_challenge_uuid",
+                         GNUNET_JSON_from_data_auto (&cd->uuid));
     set_state (sctx->state,
                ANASTASIS_RECOVERY_STATE_CHALLENGE_SOLVING);
     sctx->cb (sctx->cb_cls,

-- 
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]