aboutsummaryrefslogtreecommitdiff
path: root/src/mint
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-08 21:32:09 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-08 21:32:09 +0200
commit6ea5858d3276378dd3636ecc36ed312a0ccaee61 (patch)
tree32aa255dc665cc9429354c8f1d9ffac67b8c31f7 /src/mint
parent493f541c201addad50a1e35a44d3548f0731189a (diff)
downloadexchange-6ea5858d3276378dd3636ecc36ed312a0ccaee61.tar.xz
implementing verify_refresh_melt_signature_forbidden
Diffstat (limited to 'src/mint')
-rw-r--r--src/mint/taler-mint-httpd_responses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c
index 48c0a748d..0e2f90709 100644
--- a/src/mint/taler-mint-httpd_responses.c
+++ b/src/mint/taler-mint-httpd_responses.c
@@ -695,7 +695,7 @@ TMH_RESPONSE_reply_withdraw_sign_success (struct MHD_Connection *connection,
* @param coin_pub public key of the coin
* @param coin_value original value of the coin
* @param tl transaction history for the coin
- * @param requested how much this coin was supposed to contribute
+ * @param requested how much this coin was supposed to contribute, including fee
* @param residual remaining value of the coin (after subtracting @a tl)
* @return a MHD result code
*/