commit 88d00232a4fb0ded6ec9db13348294bb3ba2e218
parent 781834130453b9549a42cdb71fcceda3fe062e31
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 12 Jul 2026 22:14:13 +0200
report on correct amount, not on uninitialized amount
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c
@@ -1828,7 +1828,7 @@ refund_cb (struct CoinContext *cc,
{
qs = report_amount_arithmetic_inconsistency ("refund (fee)",
rowid,
- &amount_without_fee,
+ amount_with_fee,
&issue->fees.refund,
-1);
if (0 > qs)