commit 563238c037e7ccf1cf5dfcefc125ba5f23ee0eb6 parent e46c5c1061f03f7893c0f3e91267824690b1a48b Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 26 Aug 2021 16:55:35 +0200 -fix state transition Diffstat:
| M | 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 @@ -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);