From ef489d7fff600ac45024512d998f04bc81a5dca7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 19 Mar 2020 15:48:39 +0100 Subject: [PATCH] option -i was removed --- doc/paper/taler.tex | 16 ++++++++-------- src/benchmark/taler-exchange-benchmark.c | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/doc/paper/taler.tex b/doc/paper/taler.tex index 3e01ef3b1..e1a120c9a 100644 --- a/doc/paper/taler.tex +++ b/doc/paper/taler.tex @@ -77,20 +77,20 @@ \newcommand\inept{\in {\mathbb{E}}} \newcommand\inrsa{\in \mathbb{Z}_{|\mathrm{dom}(\FDH_K)|}} % DOI -\acmDOI{10.475/123_4} +%\acmDOI{10.475/123_4} % ISBN -\acmISBN{123-4567-24-567/08/06} +%\acmISBN{123-4567-24-567/08/06} %Conference -\acmConference[CCS'2017]{ACM Conference on Computer and Communications Security}{October 2017}{% - Dallas, Texas USA} -\acmYear{2017} -\copyrightyear{2017} +%\acmConference[CCS'2017]{ACM Conference on Computer and Communications Security}{October 2017}{% + %Dallas, Texas USA} +%\acmYear{2017} +%\copyrightyear{2017} -\acmPrice{15.00} +%\acmPrice{15.00} -\acmSubmissionID{123-A12-B3} +%\acmSubmissionID{123-A12-B3} \begin{document} \title{Refreshing Coins for Giving Change and Refunds \\ in Chaum-style Anonymous Payment Systems} diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index b1f2bc578..fa2e34ff0 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c @@ -510,7 +510,6 @@ parallel_benchmark (TALER_TESTING_Main main_cb, "taler-exchange-httpd", "taler-exchange-httpd", "-c", config_file, - "-i", "-C", NULL); if ( (NULL == exchanged) && (MODE_BOTH == mode) )