diff options
Diffstat (limited to 'src/auditor/taler-helper-auditor-coins.c')
-rw-r--r-- | src/auditor/taler-helper-auditor-coins.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c index 40b68c4ad..b3050542d 100644 --- a/src/auditor/taler-helper-auditor-coins.c +++ b/src/auditor/taler-helper-auditor-coins.c | |||
@@ -364,7 +364,7 @@ report_emergency_by_count ( | |||
364 | * respect to calculations involving amounts. | 364 | * respect to calculations involving amounts. |
365 | * | 365 | * |
366 | * @param operation what operation had the inconsistency | 366 | * @param operation what operation had the inconsistency |
367 | * @param rowid affected row, UINT64_MAX if row is missing | 367 | * @param rowid affected row, 0 if row is missing |
368 | * @param exchange amount calculated by exchange | 368 | * @param exchange amount calculated by exchange |
369 | * @param auditor amount calculated by auditor | 369 | * @param auditor amount calculated by auditor |
370 | * @param profitable 1 if @a exchange being larger than @a auditor is | 370 | * @param profitable 1 if @a exchange being larger than @a auditor is |
@@ -429,7 +429,7 @@ report_amount_arithmetic_inconsistency ( | |||
429 | * Report a (serious) inconsistency in the exchange's database. | 429 | * Report a (serious) inconsistency in the exchange's database. |
430 | * | 430 | * |
431 | * @param table affected table | 431 | * @param table affected table |
432 | * @param rowid affected row, UINT64_MAX if row is missing | 432 | * @param rowid affected row, 0 if row is missing |
433 | * @param diagnostic message explaining the problem | 433 | * @param diagnostic message explaining the problem |
434 | */ | 434 | */ |
435 | static void | 435 | static void |