fixing indentation only
This commit is contained in:
parent
a654ceafba
commit
f1a9eaeb0b
@ -1973,7 +1973,9 @@ check_transaction_history (const struct TALER_CoinSpendPublicKeyP *coin_pub,
|
|||||||
and then subtract the negative from the positive after the loop. */
|
and then subtract the negative from the positive after the loop. */
|
||||||
refund_deposit_fee = GNUNET_NO;
|
refund_deposit_fee = GNUNET_NO;
|
||||||
deposit_fee = NULL;
|
deposit_fee = NULL;
|
||||||
for (const struct TALER_EXCHANGEDB_TransactionList *tl = tl_head;NULL != tl;tl = tl->next)
|
for (const struct TALER_EXCHANGEDB_TransactionList *tl = tl_head;
|
||||||
|
NULL != tl;
|
||||||
|
tl = tl->next)
|
||||||
{
|
{
|
||||||
const struct TALER_Amount *amount_with_fee;
|
const struct TALER_Amount *amount_with_fee;
|
||||||
const struct TALER_Amount *fee;
|
const struct TALER_Amount *fee;
|
||||||
@ -2564,8 +2566,7 @@ check_wire_out_cb
|
|||||||
if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != wcc.qs)
|
if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != wcc.qs)
|
||||||
{
|
{
|
||||||
/* FIXME: can we provide a more detailed error report? */
|
/* FIXME: can we provide a more detailed error report? */
|
||||||
report_row_inconsistency
|
report_row_inconsistency ("wire_out",
|
||||||
("wire_out",
|
|
||||||
rowid,
|
rowid,
|
||||||
"audit of associated transactions failed");
|
"audit of associated transactions failed");
|
||||||
GNUNET_free (method);
|
GNUNET_free (method);
|
||||||
|
Loading…
Reference in New Issue
Block a user