exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 2952c84fdf205151e22e151fea6e884246b179fc
parent 9460206749d991e7db995abeddece2fc504d94da
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 25 Jul 2018 10:54:48 +0200

Benchmark.

Fix default runs' number and payto construction.

Diffstat:
Msrc/benchmark/taler-exchange-benchmark-new.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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,