diff options
Diffstat (limited to 'src/exchange-tools')
| -rw-r--r-- | src/exchange-tools/taler-exchange-keycheck.c | 2 | ||||
| -rw-r--r-- | src/exchange-tools/taler-exchange-keyup.c | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/src/exchange-tools/taler-exchange-keycheck.c b/src/exchange-tools/taler-exchange-keycheck.c index 07b7dc6a..5094f60c 100644 --- a/src/exchange-tools/taler-exchange-keycheck.c +++ b/src/exchange-tools/taler-exchange-keycheck.c @@ -132,7 +132,7 @@ static int  denomkeys_iter (void *cls,                  const char *alias,                  const struct -                TALER_EXCHANGEDB_DenominationKeyIssueInformation *dki) +                TALER_EXCHANGEDB_DenominationKey *dki)  {    struct GNUNET_HashCode hc; diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c index f70ff23a..9a845d4e 100644 --- a/src/exchange-tools/taler-exchange-keyup.c +++ b/src/exchange-tools/taler-exchange-keyup.c @@ -762,7 +762,7 @@ get_cointype_params (const char *ct,   */  static void  create_denomkey_issue (const struct CoinTypeParams *params, -                       struct TALER_EXCHANGEDB_DenominationKeyIssueInformation * +                       struct TALER_EXCHANGEDB_DenominationKey *                         dki)  {    dki->denom_priv.rsa_private_key @@ -820,7 +820,7 @@ exchange_keys_update_cointype (void *cls,    int *ret = cls;    struct CoinTypeParams p;    const char *dkf; -  struct TALER_EXCHANGEDB_DenominationKeyIssueInformation denomkey_issue; +  struct TALER_EXCHANGEDB_DenominationKey denomkey_issue;    if (0 != strncasecmp (coin_alias,                          "coin_", | 
