diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-11 13:52:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-11 13:52:45 +0200 |
commit | 998a2f3aa6b394407e9c7358e405ff23ab6159de (patch) | |
tree | 4e060fb6ef5fb6a5597d6cd80f3678f235e96e4d /src/include/taler_mintdb_plugin.h | |
parent | 357235618f34d3922c0f12792997f35c8db6fdb7 (diff) |
fixing #3812/#3828
Diffstat (limited to 'src/include/taler_mintdb_plugin.h')
-rw-r--r-- | src/include/taler_mintdb_plugin.h | 9 |
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 */ |