diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2024-08-01 21:05:28 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2024-08-01 21:05:28 +0200 |
commit | a33307ffc8351172fcdbddbd65fd255109719b5e (patch) | |
tree | b178e50a4c83e9cddda9f22200dc5da1322d5699 /src/auditor/taler-helper-auditor-deposits.c | |
parent | 56f114995ab90c23b72900d9209510bebd707809 (diff) |
doxygen fixes
Diffstat (limited to 'src/auditor/taler-helper-auditor-deposits.c')
-rw-r--r-- | src/auditor/taler-helper-auditor-deposits.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditor/taler-helper-auditor-deposits.c b/src/auditor/taler-helper-auditor-deposits.c index e2e9112a1..2f65de698 100644 --- a/src/auditor/taler-helper-auditor-deposits.c +++ b/src/auditor/taler-helper-auditor-deposits.c @@ -475,7 +475,8 @@ run (void *cls, TALER_ARL_done ( GNUNET_JSON_PACK ( GNUNET_JSON_pack_array_steal ("deposit_confirmation_inconsistencies", - report_deposit_confirmation_inconsistencies), + report_deposit_confirmation_inconsistencies) + , GNUNET_JSON_pack_uint64 ("missing_deposit_confirmation_count", number_missed_deposit_confirmations), TALER_JSON_pack_amount ("missing_deposit_confirmation_total", |