From d67011e2b55dbd0e2158c4c144f5092e1593d70a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 7 Feb 2016 15:02:49 +0100 Subject: making mintdb tests pass again after API refactoring to remove total amount --- src/include/taler_mintdb_plugin.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index d2cc3d76e..b65b3e4f7 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -606,7 +606,6 @@ typedef void * @param coin_pub which public key was this payment about * @param coin_value amount contributed by this coin in total (with fee) * @param coin_fee applicable fee for this coin - * @param transfer_value total amount of the wire transfer */ typedef void (*TALER_MINTDB_WireTransferDataCallback)(void *cls, @@ -616,8 +615,7 @@ typedef void uint64_t transaction_id, const struct TALER_CoinSpendPublicKeyP *coin_pub, const struct TALER_Amount *coin_value, - const struct TALER_Amount *coin_fee, - const struct TALER_Amount *transfer_value); + const struct TALER_Amount *coin_fee); /** -- cgit v1.2.3