summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-26 16:55:35 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-26 16:55:35 +0200
commit563238c037e7ccf1cf5dfcefc125ba5f23ee0eb6 (patch)
tree5dd89a5d9385601123730abae81325134d010487
parente46c5c1061f03f7893c0f3e91267824690b1a48b (diff)
downloadanastasis-563238c037e7ccf1cf5dfcefc125ba5f23ee0eb6.tar.gz
anastasis-563238c037e7ccf1cf5dfcefc125ba5f23ee0eb6.tar.bz2
anastasis-563238c037e7ccf1cf5dfcefc125ba5f23ee0eb6.zip
-fix state transition
-rw-r--r--src/reducer/anastasis_api_recovery_redux.c2
1 files changed, 1 insertions, 1 deletions
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);