summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-04 12:10:11 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-04 12:10:11 +0100
commit642992f9c3e9b49ccffd59b8fc4a788e42cc228c (patch)
tree853d82d53407ffa6be91f6fda77a7c2ebfa600fc /src/exchange
parentc6874cdb1b67c98187f762b32f45201e9b014cc3 (diff)
downloadexchange-642992f9c3e9b49ccffd59b8fc4a788e42cc228c.tar.gz
exchange-642992f9c3e9b49ccffd59b8fc4a788e42cc228c.tar.bz2
exchange-642992f9c3e9b49ccffd59b8fc4a788e42cc228c.zip
more renaming
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_link.c4
-rw-r--r--src/exchange/taler-exchange-httpd_melt.c2
-rw-r--r--src/exchange/taler-exchange-httpd_refreshes_reveal.c4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/exchange/taler-exchange-httpd_link.c b/src/exchange/taler-exchange-httpd_link.c
index eaffa5584..8e43bd232 100644
--- a/src/exchange/taler-exchange-httpd_link.c
+++ b/src/exchange/taler-exchange-httpd_link.c
@@ -66,7 +66,7 @@ struct HTD_Context
static void
handle_link_data (void *cls,
const struct TALER_TransferPublicKeyP *transfer_pub,
- const struct TALER_EXCHANGEDB_LinkDataList *ldl)
+ const struct TALER_EXCHANGEDB_LinkList *ldl)
{
struct HTD_Context *ctx = cls;
json_t *list;
@@ -77,7 +77,7 @@ handle_link_data (void *cls,
if (NULL == (list = json_array ()))
goto fail;
- for (const struct TALER_EXCHANGEDB_LinkDataList *pos = ldl;
+ for (const struct TALER_EXCHANGEDB_LinkList *pos = ldl;
NULL != pos;
pos = pos->next)
{
diff --git a/src/exchange/taler-exchange-httpd_melt.c b/src/exchange/taler-exchange-httpd_melt.c
index e0f67d5e4..05804ed5b 100644
--- a/src/exchange/taler-exchange-httpd_melt.c
+++ b/src/exchange/taler-exchange-httpd_melt.c
@@ -141,7 +141,7 @@ struct RefreshMeltContext
* noreveal_index is only initialized during
* #melt_transaction().
*/
- struct TALER_EXCHANGEDB_RefreshSession refresh_session;
+ struct TALER_EXCHANGEDB_Refresh refresh_session;
/**
* Information about the @e coin's value.
diff --git a/src/exchange/taler-exchange-httpd_refreshes_reveal.c b/src/exchange/taler-exchange-httpd_refreshes_reveal.c
index 3d759734a..773332af0 100644
--- a/src/exchange/taler-exchange-httpd_refreshes_reveal.c
+++ b/src/exchange/taler-exchange-httpd_refreshes_reveal.c
@@ -299,7 +299,7 @@ refresh_reveal_transaction (void *cls,
int *mhd_ret)
{
struct RevealContext *rctx = cls;
- struct TALER_EXCHANGEDB_RefreshMelt melt;
+ struct TALER_EXCHANGEDB_Melt melt;
enum GNUNET_DB_QueryStatus qs;
/* Obtain basic information about the refresh operation and what
@@ -542,7 +542,7 @@ resolve_refresh_reveal_denominations (struct TEH_KS_StateHandle *key_state,
struct GNUNET_HashCode dki_h[num_fresh_coins];
struct TALER_RefreshCoinData rcds[num_fresh_coins];
struct TALER_CoinSpendSignatureP link_sigs[num_fresh_coins];
- struct TALER_EXCHANGEDB_RefreshMelt melt;
+ struct TALER_EXCHANGEDB_Melt melt;
int res;
/* Parse denomination key hashes */