summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-09 21:50:23 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-09 21:50:23 +0200
commitcf3345a96f4e5c3fc1085052170e79adfaaff220 (patch)
treeaa70c95d3fc8cb623f2c347dc24eb43a8df1c5d2 /src/mint/taler-mint-httpd_db.h
parente08f479eb403cfbcb490dd0b07fd3d384136f446 (diff)
downloadexchange-cf3345a96f4e5c3fc1085052170e79adfaaff220.tar.gz
exchange-cf3345a96f4e5c3fc1085052170e79adfaaff220.tar.bz2
exchange-cf3345a96f4e5c3fc1085052170e79adfaaff220.zip
initialize melt_fee in the TALER_MINT_RefreshMelt struct
Diffstat (limited to 'src/mint/taler-mint-httpd_db.h')
-rw-r--r--src/mint/taler-mint-httpd_db.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_db.h b/src/mint/taler-mint-httpd_db.h
index c2f9a3101..599762179 100644
--- a/src/mint/taler-mint-httpd_db.h
+++ b/src/mint/taler-mint-httpd_db.h
@@ -99,6 +99,12 @@ struct TMH_DB_MeltDetails
* to the melt is this value minus the fee for melting the coin.
*/
struct TALER_Amount melt_amount_with_fee;
+
+ /**
+ * What fee is earned by the mint? Set delayed during
+ * #verify_coin_public_info().
+ */
+ struct TALER_Amount melt_fee;
};