From e9c63cf3194aacb950026bec8ff2201f1d1f5418 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Apr 2022 14:32:53 +0200 Subject: fix #7218 and #7219 --- src/testing/testing_api_cmd_truth_challenge.c | 2 ++ src/testing/testing_cmd_challenge_answer.c | 3 +++ 2 files changed, 5 insertions(+) (limited to 'src/testing') diff --git a/src/testing/testing_api_cmd_truth_challenge.c b/src/testing/testing_api_cmd_truth_challenge.c index c584d5f..f1384c4 100644 --- a/src/testing/testing_api_cmd_truth_challenge.c +++ b/src/testing/testing_api_cmd_truth_challenge.c @@ -153,6 +153,8 @@ truth_challenge_cb (void *cls, ksls->instructions = GNUNET_strdup ( tcd->details.success.details.tan_address_hint); break; + case ANASTASIS_CS_TAN_ALREADY_SENT: + break; case ANASTASIS_CS_WIRE_FUNDS: /* FIXME: not implemented */ GNUNET_break (0); diff --git a/src/testing/testing_cmd_challenge_answer.c b/src/testing/testing_cmd_challenge_answer.c index 88c4c2f..3472793 100644 --- a/src/testing/testing_cmd_challenge_answer.c +++ b/src/testing/testing_cmd_challenge_answer.c @@ -370,6 +370,9 @@ challenge_start_cb (void *af_cls, case ANASTASIS_CHALLENGE_START_STATUS_TAN_SENT_HINT_PROVIDED: GNUNET_break (0); /* FIXME: not implemented */ break; + case ANASTASIS_CHALLENGE_START_STATUS_TAN_ALREADY_SENT: + GNUNET_break (0); /* FIXME: not implemented */ + break; case ANASTASIS_CHALLENGE_START_STATUS_BANK_TRANSFER_REQUIRED: GNUNET_break (0); /* FIXME: not implemented */ break; -- cgit v1.2.3