summaryrefslogtreecommitdiff
path: root/src/include/taler_mint_service.h
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/include/taler_mint_service.h
parent4506b4878ffb4f827cd0be0ab7587ed3654edd0d (diff)
downloadexchange-46d9cc367bdc9bf8cda7ae12e78ea0a2e0853d36.tar.gz
exchange-46d9cc367bdc9bf8cda7ae12e78ea0a2e0853d36.tar.bz2
exchange-46d9cc367bdc9bf8cda7ae12e78ea0a2e0853d36.zip
finishing core logic for #4141, but untested
Diffstat (limited to 'src/include/taler_mint_service.h')
-rw-r--r--src/include/taler_mint_service.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/taler_mint_service.h b/src/include/taler_mint_service.h
index b151cb009..1502edfbc 100644
--- a/src/include/taler_mint_service.h
+++ b/src/include/taler_mint_service.h
@@ -1173,8 +1173,6 @@ struct TALER_MINT_DepositWtidHandle;
* yet execute the transaction
* @param execution_time actual or planned execution time for the wire transfer
* @param coin_contribution contribution to the @a total_amount of the deposited coin (may be NULL)
- * @param total_amount total amount of the wire transfer, or NULL if the mint could
- * not provide any @a wtid (set only if @a http_status is #MHD_HTTP_OK)
*/
typedef void
(*TALER_MINT_DepositWtidCallback)(void *cls,
@@ -1182,8 +1180,7 @@ typedef void
json_t *json,
const struct TALER_WireTransferIdentifierRawP *wtid,
struct GNUNET_TIME_Absolute execution_time,
- const struct TALER_Amount *coin_contribution,
- const struct TALER_Amount *total_amount);
+ const struct TALER_Amount *coin_contribution);
/**