aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-20 22:34:17 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-20 22:34:17 +0100
commit66616a97d77d37ab0a1358f3678a07223e624636 (patch)
treed3c85ae37e689696770c76cce759f746ce77c851 /src/auditor/taler-auditor.c
parent1b24e2f9bb84d64ff07f28a330e1913de790df0c (diff)
downloadexchange-66616a97d77d37ab0a1358f3678a07223e624636.tar.xz
working on splitting auditor
Diffstat (limited to 'src/auditor/taler-auditor.c')
-rw-r--r--src/auditor/taler-auditor.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index d9d91fcfb..dedf828f1 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -18,6 +18,13 @@
* @brief audits an exchange database.
* @author Christian Grothoff
*
+ * README-FIRST:
+ *
+ * This code is being split up into
+ * taler-auditor-{aggregation,coins,deposits,reserves}. It is still here as a
+ * reference, but this file should be obsolete once the split has been
+ * completed. DO NOT EDIT THIS FILE ANYMORE! -CG
+ *
* NOTE:
* - This auditor does not verify that 'reserves_in' actually matches
* the wire transfers from the bank. This needs to be checked separately!