merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 2463cab6093f523d9d1d4b505ba99e7aa09fa1f0
parent 636e38fcc17ca0730c0a177e700e0b9484e3acb9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  2 Aug 2026 22:18:03 +0200

remove dead command-line option of taler-merchant-benchmark

Diffstat:
Msrc/merchant-tools/taler-merchant-benchmark.c | 14++++----------
1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c @@ -391,7 +391,6 @@ main (int argc, { char *loglev = NULL; char *logfile = NULL; - char *exchange_account = NULL; struct GNUNET_GETOPT_CommandLineOption *options; struct GNUNET_GETOPT_CommandLineOption root_options[] = { GNUNET_GETOPT_option_cfgfile (&cfg_filename), @@ -399,7 +398,8 @@ main (int argc, 'u', "exchange-account-section", "SECTION", - "use exchange bank account configuration from the given SECTION", + "use exchange bank account configuration from the given SECTION," + " defaults to \"exchange-account-1\"", &exchange_bank_section), GNUNET_GETOPT_option_flag ( 'f', @@ -459,7 +459,8 @@ main (int argc, 'u', "exchange-account-section", "SECTION", - "use exchange bank account configuration from the given SECTION", + "use exchange bank account configuration from the given SECTION," + " defaults to \"exchange-account-1\"", &exchange_bank_section), GNUNET_GETOPT_OPTION_END }; @@ -471,13 +472,6 @@ main (int argc, "HTTP 'Authorization' header to send to the merchant", &apikey), GNUNET_GETOPT_option_cfgfile (&cfg_filename), - GNUNET_GETOPT_option_mandatory ( - GNUNET_GETOPT_option_string ( - 'e', - "exchange-account", - "SECTION", - "configuration section specifying the exchange account to use, mandatory", - &exchange_account)), GNUNET_GETOPT_option_flag ( 'f', "fakebank",