summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-28 03:58:21 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-28 03:58:21 +0100
commit46d9cc367bdc9bf8cda7ae12e78ea0a2e0853d36 (patch)
treeff13f79a4c570c1fe63050665e3c3398dc6d9a11 /src/mint/taler-mint-httpd_db.c
parent4506b4878ffb4f827cd0be0ab7587ed3654edd0d (diff)
downloadexchange-46d9cc367bdc9bf8cda7ae12e78ea0a2e0853d36.tar.gz
exchange-46d9cc367bdc9bf8cda7ae12e78ea0a2e0853d36.tar.bz2
exchange-46d9cc367bdc9bf8cda7ae12e78ea0a2e0853d36.zip
finishing core logic for #4141, but untested
Diffstat (limited to 'src/mint/taler-mint-httpd_db.c')
-rw-r--r--src/mint/taler-mint-httpd_db.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c
index c39cbbcf7..b93ead3af 100644
--- a/src/mint/taler-mint-httpd_db.c
+++ b/src/mint/taler-mint-httpd_db.c
@@ -1804,7 +1804,6 @@ struct DepositWtidContext
* @param coin_contribution how much did the coin we asked about
* contribute to the total transfer value? (deposit value including fee)
* @param coin_fee how much did the mint charge for the deposit fee
- * @param total_amount how much was the total wire transfer?
* @param execution_time when was the transaction done, or
* when we expect it to be done (if @a wtid was NULL);
* #GNUNET_TIME_UNIT_FOREVER_ABS if the /deposit is unknown
@@ -1815,7 +1814,6 @@ handle_wtid_data (void *cls,
const struct TALER_WireTransferIdentifierRawP *wtid,
const struct TALER_Amount *coin_contribution,
const struct TALER_Amount *coin_fee,
- const struct TALER_Amount *total_amount,
struct GNUNET_TIME_Absolute execution_time)
{
struct DepositWtidContext *ctx = cls;
@@ -1843,7 +1841,6 @@ handle_wtid_data (void *cls,
&ctx->h_wire,
&ctx->coin_pub,
&coin_delta,
- total_amount,
ctx->transaction_id,
wtid,
execution_time);