commit ef489d7fff600ac45024512d998f04bc81a5dca7
parent 278cec1fefc09cb2be8327bfe68b34214a780e19
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 19 Mar 2020 15:48:39 +0100
option -i was removed
Diffstat:
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git 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
@@ -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) )