summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_refreshes_reveal.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-04 11:51:00 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-04 11:51:00 +0100
commit7f37017e916d5ad66175b5408cefab8b622bdefc (patch)
tree45dcefb3066f68a08a0529e803edd3770a5a247a /src/exchange/taler-exchange-httpd_refreshes_reveal.c
parent6cc516427b06f1fd1a72ee1b75da909e1ed38166 (diff)
downloadexchange-7f37017e916d5ad66175b5408cefab8b622bdefc.tar.gz
exchange-7f37017e916d5ad66175b5408cefab8b622bdefc.tar.bz2
exchange-7f37017e916d5ad66175b5408cefab8b622bdefc.zip
more renaming
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refreshes_reveal.c')
-rw-r--r--src/exchange/taler-exchange-httpd_refreshes_reveal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_refreshes_reveal.c b/src/exchange/taler-exchange-httpd_refreshes_reveal.c
index ff5718fcc..3d759734a 100644
--- a/src/exchange/taler-exchange-httpd_refreshes_reveal.c
+++ b/src/exchange/taler-exchange-httpd_refreshes_reveal.c
@@ -141,7 +141,7 @@ struct RevealContext
/**
* Denominations being requested.
*/
- const struct TALER_EXCHANGEDB_DenominationKeyIssueInformation **dkis;
+ const struct TALER_EXCHANGEDB_DenominationKey **dkis;
/**
* Envelopes to be signed.
@@ -538,7 +538,7 @@ resolve_refresh_reveal_denominations (struct TEH_KS_StateHandle *key_state,
{
unsigned int num_fresh_coins = json_array_size (new_denoms_h_json);
const struct
- TALER_EXCHANGEDB_DenominationKeyIssueInformation *dkis[num_fresh_coins];
+ TALER_EXCHANGEDB_DenominationKey *dkis[num_fresh_coins];
struct GNUNET_HashCode dki_h[num_fresh_coins];
struct TALER_RefreshCoinData rcds[num_fresh_coins];
struct TALER_CoinSpendSignatureP link_sigs[num_fresh_coins];