diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-22 16:09:01 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-22 16:09:01 +0100 |
commit | 1277f8445d0497107c5bd41b35007480d6a4472a (patch) | |
tree | d6144643860085ba45f66e06748912acc83e6aa9 /src/mint/taler-mint-httpd_db.h | |
parent | c2a42d5475daf23889c720734edbafc8c2ce4e4f (diff) |
include fees in amounts being signed, check available balance on refresh
Diffstat (limited to 'src/mint/taler-mint-httpd_db.h')
-rw-r--r-- | src/mint/taler-mint-httpd_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_db.h b/src/mint/taler-mint-httpd_db.h index aefbfc424..52e86f898 100644 --- a/src/mint/taler-mint-httpd_db.h +++ b/src/mint/taler-mint-httpd_db.h @@ -95,7 +95,7 @@ struct MeltDetails * This amount includes the fees, so the final amount contributed * to the melt is this value minus the fee for melting the coin. */ - struct TALER_Amount melt_amount; + struct TALER_Amount melt_amount_with_fee; }; |