summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-11 13:52:45 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-11 13:52:45 +0200
commit998a2f3aa6b394407e9c7358e405ff23ab6159de (patch)
tree4e060fb6ef5fb6a5597d6cd80f3678f235e96e4d /src/include
parent357235618f34d3922c0f12792997f35c8db6fdb7 (diff)
downloadexchange-998a2f3aa6b394407e9c7358e405ff23ab6159de.tar.gz
exchange-998a2f3aa6b394407e9c7358e405ff23ab6159de.tar.bz2
exchange-998a2f3aa6b394407e9c7358e405ff23ab6159de.zip
fixing #3812/#3828
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_mintdb_plugin.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h
index 74dd72b4c..a4bbc02ac 100644
--- a/src/include/taler_mintdb_plugin.h
+++ b/src/include/taler_mintdb_plugin.h
@@ -346,12 +346,7 @@ struct TALER_MINTDB_RefreshMelt
*/
struct TALER_Amount amount_with_fee;
- /** FIXME: This can be retrieved from the Denomination? Do we need this?
- * (Yes, it can be derived from coin's denomination, but the extra
- * lookup/indirection also costs and is inconvenient. And when
- * checking signatures and balances, do we really always want this
- * extra step of going to the denominations? (#3828)
- *
+ /**
* Melting fee charged by the mint. This must match the Mint's
* denomination key's melting fee. If the client puts in an invalid
* melting fee (too high or too low) that does not match the Mint's
@@ -925,7 +920,7 @@ struct TALER_MINTDB_Plugin
* @param sesssion database connection
* @param session_hash hash to identify refresh session
* @param oldcoin_index index of the coin to retrieve
- * @param melt melt data to fill in
+ * @param melt melt data to fill in, can be NULL
* @return #GNUNET_OK on success
* #GNUNET_SYSERR on internal error
*/