commit 6906538c12e7f0143d474d14a11c7cc8ca44bff1
parent 8a90c8fbcb7c274cfed3f379f92a00da45313787
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 27 Mar 2020 09:40:25 +0100
missing break
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c
@@ -523,6 +523,7 @@ check_coin_history (const struct TALER_CoinSpendPublicKeyP *coin_pub,
TALER_amount_add (&refunded,
&refunded,
&pos->details.old_coin_recoup->value));
+ break;
case TALER_EXCHANGEDB_TT_RECOUP:
/* spent += pos->value */
GNUNET_assert (GNUNET_OK ==
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
@@ -1751,6 +1751,8 @@ then
run_audit aggregation
# FIXME: test incomplete...
+ # BIG Q: why is wire_out empty? => aggregation test does not actually
+ # find WTIDs to check, and thus doesn't detect the bad signature!
# Cannot undo aggregation, do full reload
full_reload