diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-23 21:00:08 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-23 21:00:08 +0100 |
commit | 0ff8ec8da93cdef145aee4339b357048af95c9eb (patch) | |
tree | 7242ea43690f38667e2cf16354bd4daae5791d3b /src/auditor/taler-helper-auditor-deposits.c | |
parent | bab34d15fcca985ea5597d2baabac1d4179c5777 (diff) |
fix comments and handling of revocations in coins auditor
Diffstat (limited to 'src/auditor/taler-helper-auditor-deposits.c')
-rw-r--r-- | src/auditor/taler-helper-auditor-deposits.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/taler-helper-auditor-deposits.c b/src/auditor/taler-helper-auditor-deposits.c index 7d374ec77..1b6a46f1d 100644 --- a/src/auditor/taler-helper-auditor-deposits.c +++ b/src/auditor/taler-helper-auditor-deposits.c @@ -37,7 +37,7 @@ static int global_ret; /** - * Array of TALER_ARL_reports about missing deposit confirmations. + * Array of reports about missing deposit confirmations. */ static json_t *report_deposit_confirmation_inconsistencies; @@ -155,7 +155,7 @@ test_dc (void *cls, /** - * Check that the deposit-confirmations that were TALER_ARL_reported to + * Check that the deposit-confirmations that were reported to * us by merchants are also in the exchange's database. * * @param cls closure |