option -i was removed

This commit is contained in:
Christian Grothoff 2020-03-19 15:48:39 +01:00
parent 278cec1fef
commit ef489d7fff
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 8 additions and 9 deletions

View File

@ -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}

View File

@ -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) )