missing break

This commit is contained in:
Christian Grothoff 2020-03-27 09:40:25 +01:00
parent 8a90c8fbcb
commit 6906538c12
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 0 deletions

View File

@ -523,6 +523,7 @@ check_coin_history (const struct TALER_CoinSpendPublicKeyP *coin_pub,
TALER_amount_add (&refunded, TALER_amount_add (&refunded,
&refunded, &refunded,
&pos->details.old_coin_recoup->value)); &pos->details.old_coin_recoup->value));
break;
case TALER_EXCHANGEDB_TT_RECOUP: case TALER_EXCHANGEDB_TT_RECOUP:
/* spent += pos->value */ /* spent += pos->value */
GNUNET_assert (GNUNET_OK == GNUNET_assert (GNUNET_OK ==

View File

@ -1751,6 +1751,8 @@ then
run_audit aggregation run_audit aggregation
# FIXME: test incomplete... # 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 # Cannot undo aggregation, do full reload
full_reload full_reload