diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-13 21:49:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-13 21:49:59 +0100 |
commit | 76bfa4bf4087e19ac00ff258fda902daf08a7b46 (patch) | |
tree | ac248c89e5576dd79b0527897750aa9e121c77a4 /src/merchant-tools | |
parent | dfd150983e3f28f1ebb8c199b8c11ffddae0a148 (diff) |
rename
Diffstat (limited to 'src/merchant-tools')
-rw-r--r-- | src/merchant-tools/taler-merchant-benchmark.c | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c index d9c6dcc4..c278e4ae 100644 --- a/src/merchant-tools/taler-merchant-benchmark.c +++ b/src/merchant-tools/taler-merchant-benchmark.c @@ -335,12 +335,12 @@ run (void *cls, TALER_TESTING_cmd_transfer ("create-reserve-1", - CURRENCY_10_02, - PAYER_URL, // bank base URL + path to the payer account. - &auth, - exchange_payto, - &wtid, - EXCHANGE_URL), + CURRENCY_10_02, + PAYER_URL, // bank base URL + path to the payer account. + &auth, + exchange_payto, + &wtid, + EXCHANGE_URL), TALER_TESTING_cmd_exec_wirewatch ("wirewatch-1", @@ -429,12 +429,12 @@ run (void *cls, TALER_TESTING_cmd_transfer ("create-reserve-1", - CURRENCY_5_01, - PAYER_URL, - &auth, - exchange_payto, - &wtid, - EXCHANGE_URL), + CURRENCY_5_01, + PAYER_URL, + &auth, + exchange_payto, + &wtid, + EXCHANGE_URL), TALER_TESTING_cmd_exec_wirewatch ("wirewatch-1", @@ -469,12 +469,12 @@ run (void *cls, TALER_TESTING_cmd_transfer ("create-reserve-2", - CURRENCY_10_02, - PAYER_URL, - &auth, - exchange_payto, - &wtid, - EXCHANGE_URL), + CURRENCY_10_02, + PAYER_URL, + &auth, + exchange_payto, + &wtid, + EXCHANGE_URL), TALER_TESTING_cmd_exec_wirewatch ("wirewatch-2", @@ -800,8 +800,8 @@ main (int argc, /** * FIXME: Need to retrieve the bank base URL! */ - exchange_payto = TALER_TESTING_make_xtalerbank_payto ("FIXME-BANK-HOSTNAME:PORT", - "/2"); + exchange_payto = TALER_payto_xtalerbank_make ("FIXME-BANK-HOSTNAME:PORT", + "/2"); result = TALER_TESTING_setup_with_exchange (run, |