exchange

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

commit 6e468534be26b7c3fc69a8161333552025919dfb
parent 387a37f90e0e06d6534cff83afb8d89784ae9b5a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 13 Feb 2017 15:44:58 +0100

do not do path expansion on public key in Crockford encoding

Diffstat:
Msrc/auditor/taler-auditor-sign.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/taler-auditor-sign.c b/src/auditor/taler-auditor-sign.c @@ -151,7 +151,7 @@ main (int argc, GNUNET_GETOPT_OPTION_HELP ("Private key of the auditor to use for signing"), {'m', "exchange-key", "KEY", "public key of the exchange (Crockford base32 encoded)", 1, - &GNUNET_GETOPT_set_filename, &exchange_public_key}, + &GNUNET_GETOPT_set_string, &exchange_public_key}, {'u', "auditor-url", "URL", "URL of the auditor (informative link for the user)", 1, &GNUNET_GETOPT_set_string, &auditor_url},