summaryrefslogtreecommitdiff
path: root/src/auditor/report-lib.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-23 21:00:08 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-23 21:00:08 +0100
commit0ff8ec8da93cdef145aee4339b357048af95c9eb (patch)
tree7242ea43690f38667e2cf16354bd4daae5791d3b /src/auditor/report-lib.c
parentbab34d15fcca985ea5597d2baabac1d4179c5777 (diff)
downloadexchange-0ff8ec8da93cdef145aee4339b357048af95c9eb.tar.gz
exchange-0ff8ec8da93cdef145aee4339b357048af95c9eb.tar.bz2
exchange-0ff8ec8da93cdef145aee4339b357048af95c9eb.zip
fix comments and handling of revocations in coins auditor
Diffstat (limited to 'src/auditor/report-lib.c')
-rw-r--r--src/auditor/report-lib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c
index 25a79c1b6..6baf6e8b5 100644
--- a/src/auditor/report-lib.c
+++ b/src/auditor/report-lib.c
@@ -27,12 +27,12 @@
struct TALER_EXCHANGEDB_Plugin *TALER_ARL_edb;
/**
- * Which TALER_ARL_currency are we doing the audit for?
+ * Which currency are we doing the audit for?
*/
char *TALER_ARL_currency;
/**
- * How many fractional digits does the TALER_ARL_currency use?
+ * How many fractional digits does the currency use?
*/
struct TALER_Amount TALER_ARL_currency_round_unit;
@@ -103,9 +103,9 @@ TALER_ARL_json_from_time_abs (struct GNUNET_TIME_Absolute at)
/**
- * Add @a object to the TALER_ARL_report @a array. Fail hard if this fails.
+ * Add @a object to the report @a array. Fail hard if this fails.
*
- * @param array TALER_ARL_report array to append @a object to
+ * @param array report array to append @a object to
* @param object object to append, should be check that it is not NULL
*/
void