commit c1d3421865b587163759bed0bc97b2ac111cf02f
parent 8c46f3bb4466f4b78cd9cc2c1447fc9fc82f2a62
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 8 May 2018 15:36:32 +0200
launching the exchange.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/merchant-tools/taler-merchant-generate-payments_new.c b/src/merchant-tools/taler-merchant-generate-payments_new.c
@@ -216,7 +216,8 @@ main (int argc,
result = TALER_TESTING_setup_with_exchange
(run,
- options,
+ NULL,
default_config_file);
+
return result;
}