summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_withdraw.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-11-22 15:19:59 +0100
committerChristian Grothoff <grothoff@gnunet.org>2021-11-24 17:44:26 +0100
commit0ac1b7abad70ed2619393a64601e139fd0623f6e (patch)
tree97148836c0b6346485c32b5d6cdfd6ff994fad12 /src/testing/testing_api_cmd_withdraw.c
parentc7dc62b42ea3f001d2d54eac9a523b77d2188d6a (diff)
downloadexchange-0ac1b7abad70ed2619393a64601e139fd0623f6e.tar.gz
exchange-0ac1b7abad70ed2619393a64601e139fd0623f6e.tar.bz2
exchange-0ac1b7abad70ed2619393a64601e139fd0623f6e.zip
handle revoke followed immediately by a sign request
Diffstat (limited to 'src/testing/testing_api_cmd_withdraw.c')
-rw-r--r--src/testing/testing_api_cmd_withdraw.c4
1 files changed, 2 insertions, 2 deletions
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);