diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_db.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c index f331e17d..f621d8c8 100644 --- a/src/exchange/taler-exchange-httpd_db.c +++ b/src/exchange/taler-exchange-httpd_db.c @@ -49,7 +49,7 @@ TEH_make_coin_known (const struct TALER_CoinPublicInfo *coin,                       MHD_RESULT *mhd_ret)  {    enum TALER_EXCHANGEDB_CoinKnownStatus cks; -  struct TALER_DenominationHash h_denom_pub; +  struct TALER_DenominationHashP h_denom_pub;    struct TALER_AgeCommitmentHash age_hash;    /* make sure coin is 'known' in database */  | 
