summaryrefslogtreecommitdiff
path: root/src/auditor/taler-helper-auditor-reserves.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-06 22:51:55 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-06 22:51:55 +0100
commit40551fa08e45fcc71f3d260478a2f9910920f27d (patch)
tree1e9dc77a80328c77944fec1e7f8810b0b7afee28 /src/auditor/taler-helper-auditor-reserves.c
parent73a9fe56eb2fd9c7126eeffa396998815112e2e5 (diff)
downloadexchange-40551fa08e45fcc71f3d260478a2f9910920f27d.tar.gz
exchange-40551fa08e45fcc71f3d260478a2f9910920f27d.tar.bz2
exchange-40551fa08e45fcc71f3d260478a2f9910920f27d.zip
add -i option to taler-auditor
Diffstat (limited to 'src/auditor/taler-helper-auditor-reserves.c')
-rw-r--r--src/auditor/taler-helper-auditor-reserves.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/auditor/taler-helper-auditor-reserves.c b/src/auditor/taler-helper-auditor-reserves.c
index 8f7921fa8..8b49f747c 100644
--- a/src/auditor/taler-helper-auditor-reserves.c
+++ b/src/auditor/taler-helper-auditor-reserves.c
@@ -142,6 +142,10 @@ static json_t *report_bad_sig_losses;
*/
static struct TALER_Amount total_bad_sig_loss;
+/**
+ * Should we run checks that only work for exchange-internal audits?
+ */
+static int internal_checks;
/* ***************************** Report logic **************************** */
@@ -1660,6 +1664,10 @@ main (int argc,
char *const *argv)
{
const struct GNUNET_GETOPT_CommandLineOption options[] = {
+ GNUNET_GETOPT_option_flag ('i',
+ "internal",
+ "perform checks only applicable for exchange-internal audits",
+ &internal_checks),
GNUNET_GETOPT_option_base32_auto ('m',
"exchange-key",
"KEY",