From 0ff8ec8da93cdef145aee4339b357048af95c9eb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Mar 2020 21:00:08 +0100 Subject: fix comments and handling of revocations in coins auditor --- src/auditor/report-lib.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/auditor/report-lib.c') 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 -- cgit v1.2.3