summaryrefslogtreecommitdiff
path: root/src/auditor/taler-helper-auditor-deposits.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-21 19:41:09 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-21 19:41:09 +0100
commit0d2bf1a75e23e6f6176f4a69d8b3bf16fe1d4f2c (patch)
treec22173fe1a5a63a43196042cdf1d087837f2a30e /src/auditor/taler-helper-auditor-deposits.c
parentc277dc2a18ee1d2ef1a2ed44eb32f3dcb1fb8e9d (diff)
downloadexchange-0d2bf1a75e23e6f6176f4a69d8b3bf16fe1d4f2c.tar.gz
exchange-0d2bf1a75e23e6f6176f4a69d8b3bf16fe1d4f2c.tar.bz2
exchange-0d2bf1a75e23e6f6176f4a69d8b3bf16fe1d4f2c.zip
comment
Diffstat (limited to 'src/auditor/taler-helper-auditor-deposits.c')
-rw-r--r--src/auditor/taler-helper-auditor-deposits.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/auditor/taler-helper-auditor-deposits.c b/src/auditor/taler-helper-auditor-deposits.c
index 4fa9076b0..7d374ec77 100644
--- a/src/auditor/taler-helper-auditor-deposits.c
+++ b/src/auditor/taler-helper-auditor-deposits.c
@@ -17,6 +17,9 @@
* @file auditor/taler-helper-auditor-deposits.c
* @brief audits an exchange database for deposit confirmation consistency
* @author Christian Grothoff
+ *
+ * We simply check that all of the deposit confirmations reported to us
+ * by merchants were also reported to us by the exchange.
*/
#include "platform.h"
#include <gnunet/gnunet_util_lib.h>
@@ -49,8 +52,6 @@ static json_int_t number_missed_deposit_confirmations;
static struct TALER_Amount total_missed_deposit_confirmations;
-/* *************************** Analysis of deposit-confirmations ********** */
-
/**
* Closure for #test_dc.
*/
@@ -276,7 +277,7 @@ run (void *cls,
(void) args;
(void) cfgfile;
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Launching auditor\n");
+ "Launching deposit auditor\n");
if (GNUNET_OK !=
TALER_ARL_init (c))
{
@@ -284,7 +285,7 @@ run (void *cls,
return;
}
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Starting audit\n");
+ "Starting deposit audit\n");
GNUNET_assert (NULL !=
(report_deposit_confirmation_inconsistencies = json_array ()));
if (GNUNET_OK !=
@@ -295,7 +296,7 @@ run (void *cls,
return;
}
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Audit complete\n");
+ "Deposit audit complete\n");
{
json_t *report;