aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-07-15 18:15:07 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-07-15 18:15:07 +0200
commita3922302c734ad61b9562af6356bf89d97b73372 (patch)
tree6a2d286090e070eed0c7751536f890db000b8ccf /src/testing
parentecea165db778755851d4eb467606bfcb24ce6e56 (diff)
downloadexchange-a3922302c734ad61b9562af6356bf89d97b73372.tar.xz
[age-withdraw] added TALER_EXCHANGE_age_withdraw_blind API
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_cmd_age_withdraw.c6
1 files changed, 3 insertions, 3 deletions
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;