summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-05-21 13:25:12 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-05-21 13:25:12 +0200
commitce55e7c229bcb251fe95cd0779148d7c261bb3ab (patch)
treef9fe1dedb4b448f5e6dec89251b5997f93c59e36 /src
parentfffaf61717caf1c2f0fc749c3a9d5b7342280d16 (diff)
downloadexchange-ce55e7c229bcb251fe95cd0779148d7c261bb3ab.tar.gz
exchange-ce55e7c229bcb251fe95cd0779148d7c261bb3ab.tar.bz2
exchange-ce55e7c229bcb251fe95cd0779148d7c261bb3ab.zip
Remove wrong block.
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd_reserve_withdraw.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/exchange/taler-exchange-httpd_reserve_withdraw.c b/src/exchange/taler-exchange-httpd_reserve_withdraw.c
index ec1a7684a..870fd4330 100644
--- a/src/exchange/taler-exchange-httpd_reserve_withdraw.c
+++ b/src/exchange/taler-exchange-httpd_reserve_withdraw.c
@@ -284,35 +284,6 @@ withdraw_transaction (void *cls,
return GNUNET_DB_STATUS_HARD_ERROR;
}
- #if 0
- /**
- * WARNING:
- *
- * This check below is useless, as when a reserve gets
- * closed, the database records that operation's amount
- * as the _entire_ amount that was left into the reserve.
- * This means that the closing fee is _included_ in what
- * the database has, so it makes no sense to further
- * subtract it from the 'withdraw_total'. On the other
- * hand, the reserve-closing logic is careful to NOT wire
- * transfer all the reserve amount back to the bank, but
- * it does subtract the closing fee first from it.
- *
- * NOTE: this if-0'd out chunk of code is left around for
- * internal review.
- */
-
- if (GNUNET_OK !=
- TALER_amount_add (&withdraw_total,
- &withdraw_total,
- &pos->details.closing->closing_fee))
- {
- *mhd_ret = TEH_RESPONSE_reply_internal_db_error (connection,
- TALER_EC_WITHDRAW_AMOUNT_WITHDRAWALS_OVERFLOW);
- return GNUNET_DB_STATUS_HARD_ERROR;
- }
- #endif
-
res |= 2;
break;
}