exchange

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

commit 5dd3c2191af0bb28a95fe4dac09eae7ed672cd48
parent 9c194f79a5d9fdba4d5cb9a0379bb8cae4778b95
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu,  2 May 2019 23:45:31 +0200

benchmark: don't print result as exchange worker

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

diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c @@ -1048,8 +1048,14 @@ main (int argc, NULL, cfg_filename, exchange_url); + GNUNET_free_non_null (exchange_url); GNUNET_free_non_null (auditor_url); + + /* If we're the exchange worker, we're done now. No need to print results */ + if (MODE_EXCHANGE == mode) + return (GNUNET_OK == result) ? 0 : result; + duration = GNUNET_TIME_absolute_get_duration (start_time); if (GNUNET_OK == result) {