summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/benchmark/taler-exchange-benchmark-new.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmark/taler-exchange-benchmark-new.c b/src/benchmark/taler-exchange-benchmark-new.c
index 0289d5205..df3770cac 100644
--- a/src/benchmark/taler-exchange-benchmark-new.c
+++ b/src/benchmark/taler-exchange-benchmark-new.c
@@ -95,7 +95,7 @@ static struct GNUNET_OS_Process *bankd;
/**
* How many coins we want to create.
*/
-static unsigned int howmany_coins;
+static unsigned int howmany_coins = 1;
/**
* Log level used during the run.
@@ -247,7 +247,7 @@ run (void *cls,
0, /* Index of the one withdrawn coin in the traits. */
TALER_TESTING_make_wire_details
(24,
- "https://no-aggregation"),
+ "no-aggregation"),
order_enc,
GNUNET_TIME_UNIT_ZERO,
AMOUNT_1,