summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-10 16:25:23 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-10 16:25:23 +0100
commite3b8f5117e8028f3183871ab0efb0c6f2ff959eb (patch)
tree06949248a0bbf5c35d988c4dc624e6f57a21c077 /src/mint/taler-mint-httpd_db.h
parentdaa5fbe3b755113d0a82b606976f68851e3a11dc (diff)
downloadexchange-e3b8f5117e8028f3183871ab0efb0c6f2ff959eb.tar.gz
exchange-e3b8f5117e8028f3183871ab0efb0c6f2ff959eb.tar.bz2
exchange-e3b8f5117e8028f3183871ab0efb0c6f2ff959eb.zip
remove redundant arg 'num_oldcoins/num_newcoins'
Diffstat (limited to 'src/mint/taler-mint-httpd_db.h')
-rw-r--r--src/mint/taler-mint-httpd_db.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mint/taler-mint-httpd_db.h b/src/mint/taler-mint-httpd_db.h
index 91d40e44c..84e65eef2 100644
--- a/src/mint/taler-mint-httpd_db.h
+++ b/src/mint/taler-mint-httpd_db.h
@@ -114,14 +114,12 @@ struct MeltDetails
* @param refresh_session_pub public key of the refresh session
* @param client_signature signature of the client (matching @a refresh_session_pub)
* over the melting request
- * @param num_new_denoms number of entries in @a denom_pubs
+ * @param num_new_denoms number of entries in @a denom_pubs, size of y-dimension of @commit_coin array
* @param denum_pubs array of public denomination keys for the refresh (?)
- * @param coin_count number of entries in @a coin_public_infos and @ a coin_melt_details
+ * @param coin_count number of entries in @a coin_public_infos and @ a coin_melt_details, size of y-dimension of @commit_link array
* @param coin_public_infos information about the coins to melt
* @param coin_melt_details signatures and (residual) value of the respective coin should be melted
* @param kappa size of x-dimension of @commit_coin and @commit_link arrays
- * @param num_oldcoins size of y-dimension of @commit_coin array
- * @param num_newcoins size of y-dimension of @commit_link array
* @param commit_coin 2d array of coin commitments (what the mint is to sign
* once the "/refres/reveal" of cut and choose is done)
* @param commit_link 2d array of coin link commitments (what the mint is
@@ -141,8 +139,6 @@ TALER_MINT_db_execute_refresh_melt (struct MHD_Connection *connection,
const struct TALER_CoinPublicInfo *coin_public_infos,
const struct MeltDetails *coin_melt_details,
unsigned int kappa,
- unsigned int num_oldcoins,
- unsigned int num_newcoins,
struct RefreshCommitCoin *const* commit_coin,
struct RefreshCommitLink *const* commit_link);