summaryrefslogtreecommitdiff
path: root/src/lib/test_exchange_api_revocation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-11 23:06:10 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-12 00:39:27 +0100
commitcbcc3727de347a2426ad6616ef577f0138b7d7e9 (patch)
tree988891ea0bd8e6a69030f0275fc1449e591cf33d /src/lib/test_exchange_api_revocation.c
parent9443c10d7feb0d91323869dd08ec61ca781564f4 (diff)
downloadexchange-cbcc3727de347a2426ad6616ef577f0138b7d7e9.tar.gz
exchange-cbcc3727de347a2426ad6616ef577f0138b7d7e9.tar.bz2
exchange-cbcc3727de347a2426ad6616ef577f0138b7d7e9.zip
add separate transfer and admin/add/incoming commands
Diffstat (limited to 'src/lib/test_exchange_api_revocation.c')
-rw-r--r--src/lib/test_exchange_api_revocation.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/test_exchange_api_revocation.c b/src/lib/test_exchange_api_revocation.c
index dfe185450..d98326d4a 100644
--- a/src/lib/test_exchange_api_revocation.c
+++ b/src/lib/test_exchange_api_revocation.c
@@ -98,11 +98,11 @@ static char *auditor_url;
* @param amount amount to transfer, i.e. "EUR:1"
*/
#define CMD_TRANSFER_TO_EXCHANGE(label,amount) \
- TALER_TESTING_cmd_fakebank_transfer (label, amount, \
- fakebank_url, USER_ACCOUNT_NO, \
- EXCHANGE_ACCOUNT_NO, \
- USER_LOGIN_NAME, USER_LOGIN_PASS, \
- exchange_url)
+ TALER_TESTING_cmd_admin_add_incoming (label, amount, \
+ fakebank_url, USER_ACCOUNT_NO, \
+ EXCHANGE_ACCOUNT_NO, \
+ USER_LOGIN_NAME, USER_LOGIN_PASS, \
+ exchange_url)
/**
* Main function that will tell the interpreter what commands to