summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_keys.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-27 23:06:23 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-27 23:06:23 +0100
commitea3fac606311d1c14362d387960a4913182b629e (patch)
treec6e85271898e14ebed421b83439ee116f00ef39e /src/mint/taler-mint-httpd_keys.c
parent5647ed2be5cc69d25e393fc3a511bb0959566367 (diff)
downloadexchange-ea3fac606311d1c14362d387960a4913182b629e.tar.gz
exchange-ea3fac606311d1c14362d387960a4913182b629e.tar.bz2
exchange-ea3fac606311d1c14362d387960a4913182b629e.zip
starting to clean up /deposit logic
Diffstat (limited to 'src/mint/taler-mint-httpd_keys.c')
-rw-r--r--src/mint/taler-mint-httpd_keys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_keys.c b/src/mint/taler-mint-httpd_keys.c
index 28924baef..359357da9 100644
--- a/src/mint/taler-mint-httpd_keys.c
+++ b/src/mint/taler-mint-httpd_keys.c
@@ -379,7 +379,7 @@ TALER_MINT_get_denom_key (const struct MintKeyState *key_state,
*/
int
TALER_MINT_test_coin_valid (const struct MintKeyState *key_state,
- struct TALER_CoinPublicInfo *coin_public_info)
+ const struct TALER_CoinPublicInfo *coin_public_info)
{
struct TALER_MINT_DenomKeyIssuePriv *dki;
struct GNUNET_HashCode c_hash;