gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: do not do path expa


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: do not do path expansion on public key in Crockford encoding
Date: Mon, 13 Feb 2017 15:44:26 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 6e46853  do not do path expansion on public key in Crockford encoding
6e46853 is described below

commit 6e468534be26b7c3fc69a8161333552025919dfb
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 13 15:44:58 2017 +0100

    do not do path expansion on public key in Crockford encoding
---
 src/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
index 6e4fda7..90888da 100644
--- 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},

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]