diff options
author | Fournier Nicolas <nicolas.fournier@ensta-paristech.fr> | 2015-07-06 11:12:21 +0200 |
---|---|---|
committer | Fournier Nicolas <nicolas.fournier@ensta-paristech.fr> | 2015-07-06 11:12:21 +0200 |
commit | ec479de4b9aae3f1d29c541bd185bd9ab4076d23 (patch) | |
tree | 5f750a39ef4265f09d97d9feea7171045f041916 /src/mint/taler-mint-httpd_deposit.c | |
parent | 4478ba33a108c8d756221d521006abd790043830 (diff) | |
parent | 1164803c8bf17e653630ba4316e0ecb85f0a402a (diff) |
Merge branch 'master' of taler.net:/var/git/mint
Diffstat (limited to 'src/mint/taler-mint-httpd_deposit.c')
-rw-r--r-- | src/mint/taler-mint-httpd_deposit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_deposit.c b/src/mint/taler-mint-httpd_deposit.c index 782d05a8..c1495c81 100644 --- a/src/mint/taler-mint-httpd_deposit.c +++ b/src/mint/taler-mint-httpd_deposit.c @@ -100,7 +100,7 @@ verify_and_execute_deposit (struct MHD_Connection *connection, "ub_sig"); } TALER_amount_ntoh (&fee_deposit, - &dki->issue.fee_deposit); + &dki->issue.properties.fee_deposit); if (0 < TALER_amount_cmp (&fee_deposit, &deposit->amount_with_fee)) { @@ -188,7 +188,7 @@ parse_and_handle_deposit_request (struct MHD_Connection *connection, "denom_pub"); } TALER_amount_ntoh (&deposit.deposit_fee, - &dki->issue.fee_deposit); + &dki->issue.properties.fee_deposit); TMH_KS_release (ks); deposit.wire = wire; deposit.amount_with_fee = *amount; |