missing break
This commit is contained in:
parent
8a90c8fbcb
commit
6906538c12
@ -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 ==
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user