summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-28 12:29:35 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-28 12:29:35 +0100
commit44b894ebe16f2646b49429bc45208dabb8bbc30b (patch)
tree5529b660eec8a9ce491673c0f594bb96c9a828dd /src/mint/taler-mint-httpd_deposit.c
parentc626ccac51dc968725b2ead1ecb0cebedd9987fc (diff)
downloadexchange-44b894ebe16f2646b49429bc45208dabb8bbc30b.tar.gz
exchange-44b894ebe16f2646b49429bc45208dabb8bbc30b.tar.bz2
exchange-44b894ebe16f2646b49429bc45208dabb8bbc30b.zip
more rename-fest work
Diffstat (limited to 'src/mint/taler-mint-httpd_deposit.c')
-rw-r--r--src/mint/taler-mint-httpd_deposit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_deposit.c b/src/mint/taler-mint-httpd_deposit.c
index ee2d24845..e732c87d7 100644
--- a/src/mint/taler-mint-httpd_deposit.c
+++ b/src/mint/taler-mint-httpd_deposit.c
@@ -57,7 +57,7 @@ verify_and_execute_deposit (struct MHD_Connection *connection,
{
struct TMH_KS_StateHandle *key_state;
struct TALER_DepositRequestPS dr;
- struct TALER_DenominationKeyIssueInformation *dki;
+ struct TALER_MINTDB_DenominationKeyIssueInformation *dki;
struct TALER_Amount fee_deposit;
dr.purpose.purpose = htonl (TALER_SIGNATURE_WALLET_DEPOSIT);