gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: -fix state transition


From: gnunet
Subject: [taler-anastasis] branch master updated: -fix state transition
Date: Thu, 26 Aug 2021 16:55:37 +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 563238c  -fix state transition
563238c is described below

commit 563238c037e7ccf1cf5dfcefc125ba5f23ee0eb6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 26 16:55:35 2021 +0200

    -fix state transition
---
 src/reducer/anastasis_api_recovery_redux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/reducer/anastasis_api_recovery_redux.c 
b/src/reducer/anastasis_api_recovery_redux.c
index 6b85a75..ee6d0d8 100644
--- a/src/reducer/anastasis_api_recovery_redux.c
+++ b/src/reducer/anastasis_api_recovery_redux.c
@@ -833,7 +833,7 @@ answer_feedback_cb (
                                           reply));
     }
     set_state (sctx->state,
-               ANASTASIS_RECOVERY_STATE_CHALLENGE_SELECTING);
+               ANASTASIS_RECOVERY_STATE_CHALLENGE_SOLVING);
     sctx->cb (sctx->cb_cls,
               TALER_EC_NONE,
               sctx->state);

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