From a3922302c734ad61b9562af6356bf89d97b73372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Sat, 15 Jul 2023 18:15:07 +0200 Subject: [age-withdraw] added TALER_EXCHANGE_age_withdraw_blind API --- src/testing/testing_api_cmd_age_withdraw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/testing') diff --git a/src/testing/testing_api_cmd_age_withdraw.c b/src/testing/testing_api_cmd_age_withdraw.c index f7b66f4b9..56e65a990 100644 --- a/src/testing/testing_api_cmd_age_withdraw.c +++ b/src/testing/testing_api_cmd_age_withdraw.c @@ -142,9 +142,9 @@ TALER_TESTING_cmd_age_withdraw (const char *label, struct TALER_TESTING_Command cmd = { .cls = ws, .label = label, - .run = &batch_withdraw_run, - .cleanup = &batch_withdraw_cleanup, - .traits = &batch_withdraw_traits + .run = &age_withdraw_run, + .cleanup = &age_withdraw_cleanup, + .traits = &age_withdraw_traits }; return cmd; -- cgit v1.2.3