exchange

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

commit 7a1d4e4d65fa21b17f508bc4e05adc31bcf896bc
parent d7789d0984d8e3e545efce72f07d492685269dd1
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 25 Jul 2018 12:05:55 +0200

no ApiKey for benchmark

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

diff --git a/src/benchmark/taler-exchange-benchmark-new.c b/src/benchmark/taler-exchange-benchmark-new.c @@ -177,7 +177,6 @@ static void run (void *cls, struct TALER_TESTING_Interpreter *is) { - #define APIKEY_SANDBOX "Authorization: ApiKey sandbox" struct TALER_Amount total_reserve_amount; struct TALER_Amount withdraw_fee; char *withdraw_fee_str; @@ -187,11 +186,6 @@ run (void *cls, howmany_coins + /* All units */ 1 /* End CMD */]; - /* Will be freed by testing-lib. */ - GNUNET_assert - (GNUNET_OK == GNUNET_CURL_append_header - (is->ctx, APIKEY_SANDBOX)); - ALLOCATE_AMOUNTS (AMOUNT_5, AMOUNT_4,