summaryrefslogtreecommitdiff
path: root/src/merchant-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-06-22 22:10:45 +0200
committerChristian Grothoff <christian@grothoff.org>2023-06-22 22:10:45 +0200
commitbb0967ea0f5d501079981ea33f21f4c133815234 (patch)
tree76a8d987a60263f313c154f6af4fedc0006f7733 /src/merchant-tools
parente89196cb4a857cae370b48d55a51cd7b6b6e752f (diff)
downloadmerchant-bb0967ea0f5d501079981ea33f21f4c133815234.tar.gz
merchant-bb0967ea0f5d501079981ea33f21f4c133815234.tar.bz2
merchant-bb0967ea0f5d501079981ea33f21f4c133815234.zip
adapt to exchange API change
Diffstat (limited to 'src/merchant-tools')
-rw-r--r--src/merchant-tools/taler-merchant-benchmark.c6
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;