exchange

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

commit 4e308e2607a21b67cd23e672c91d3c8833290fa2
parent 6887d7d4998e157365b171c3f662325731664874
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 28 Sep 2021 19:59:14 +0200

fix double version printing

Diffstat:
Msrc/exchange/taler-exchange-httpd.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c @@ -1534,7 +1534,6 @@ main (int argc, #endif GNUNET_GETOPT_option_help ( "HTTP server providing a RESTful API to access a Taler exchange"), - GNUNET_GETOPT_option_version (VERSION "-" VCS_VERSION), GNUNET_GETOPT_OPTION_END }; enum GNUNET_GenericReturnValue ret;