From bb15fdd21532cf24772e7f57a0b997002c288911 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 28 Mar 2015 17:27:08 +0100 Subject: fix use of struct TALER_RefreshMeltCoinAffirmationPS --- src/include/taler_mintdb_plugin.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/include/taler_mintdb_plugin.h') diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index 67ef3895..505e86bb 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -332,6 +332,17 @@ struct TALER_MINTDB_RefreshMelt */ struct TALER_Amount amount_with_fee; + /** + * 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 + * denomination key, the melting operation is invalid and will be + * rejected by the mint. The @e amount_with_fee minus the @e + * melt_fee is the amount that will be credited to the melting + * session. + */ + struct TALER_Amount melt_fee; + }; -- cgit v1.2.3