From 0ac1b7abad70ed2619393a64601e139fd0623f6e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 22 Nov 2021 15:19:59 +0100 Subject: handle revoke followed immediately by a sign request --- src/testing/testing_api_cmd_withdraw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/testing_api_cmd_withdraw.c') diff --git a/src/testing/testing_api_cmd_withdraw.c b/src/testing/testing_api_cmd_withdraw.c index 414e7cead..8e6cba704 100644 --- a/src/testing/testing_api_cmd_withdraw.c +++ b/src/testing/testing_api_cmd_withdraw.c @@ -532,8 +532,8 @@ withdraw_traits (void *cls, }; return TALER_TESTING_get_trait ((ws->expected_response_code == MHD_HTTP_OK) - ? &traits[0] /* we have reserve history */ - : &traits[1],/* skip reserve history */ + ? &traits[0] /* we have reserve history */ + : &traits[1], /* skip reserve history */ ret, trait, index); -- cgit v1.2.3