diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-06-22 22:10:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-06-22 22:10:45 +0200 |
commit | bb0967ea0f5d501079981ea33f21f4c133815234 (patch) | |
tree | 76a8d987a60263f313c154f6af4fedc0006f7733 /src/merchant-tools | |
parent | e89196cb4a857cae370b48d55a51cd7b6b6e752f (diff) |
adapt to exchange API change
Diffstat (limited to 'src/merchant-tools')
-rw-r--r-- | src/merchant-tools/taler-merchant-benchmark.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c index d60cfeed..b1b907ab 100644 --- a/src/merchant-tools/taler-merchant-benchmark.c +++ b/src/merchant-tools/taler-merchant-benchmark.c @@ -604,9 +604,9 @@ main (int argc, { int result; - result = TALER_TESTING_setup_with_exchange (&run, - NULL, - cfg_filename); + result = TALER_TESTING_xxx (&run, + NULL, + cfg_filename); terminate_process (merchantd); terminate_process (bankd); return (GNUNET_OK == result) ? 0 : PG_RUNTIME_FAILURE; |