diff options
Diffstat (limited to 'src/auditor/taler-auditor.c')
-rw-r--r-- | src/auditor/taler-auditor.c | 7 |
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! |