do not do path expansion on public key in Crockford encoding
This commit is contained in:
parent
387a37f90e
commit
6e468534be
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user