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: add -m option to au


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: add -m option to auditor
Date: Wed, 15 Mar 2017 12:02:10 +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 af5810c  add -m option to auditor
af5810c is described below

commit af5810ccae377ae08b9bdcc11914114d1614c58a
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Mar 15 12:02:07 2017 +0100

    add -m option to auditor
---
 src/auditor/taler-auditor.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index cab44e4..85839e5 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -25,7 +25,6 @@
  *   given in the aggregation_tracking table. This needs to be checked 
separately!
  *
  * TODO:
- * - initialize master_pub via command-line argument (URGENT!)
  * - modify auditordb to allow multiple last serial IDs per table in progress 
tracking
  * - modify auditordb to return row ID where we need it for diagnostics
  * - implement coin/denomination audit
@@ -1358,6 +1357,12 @@ main (int argc,
       char *const *argv)
 {
   const struct GNUNET_GETOPT_CommandLineOption options[] = {
+    GNUNET_GETOPT_OPTION_MANDATORY
+    (GNUNET_GETOPT_OPTION_SET_BASE32_AUTO ('m',
+                                           "exchange-key",
+                                           "KEY",
+                                           "public key of the exchange 
(Crockford base32 encoded)",
+                                           &master_pub)),
     GNUNET_GETOPT_OPTION_END
   };
 

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



reply via email to

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