summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-31 12:38:14 +0100
committerChristian Grothoff <christian@grothoff.org>2017-10-31 12:38:14 +0100
commita491a4709a6444868b8881067c99d6ccc15554c2 (patch)
tree8c1b50c52ca41b2ec3fca04de2ebaf988af30e4b /src/exchange
parenta946dc30bb53fa09e0a42cadd1e483b69ef2e349 (diff)
downloadexchange-a491a4709a6444868b8881067c99d6ccc15554c2.tar.gz
exchange-a491a4709a6444868b8881067c99d6ccc15554c2.tar.bz2
exchange-a491a4709a6444868b8881067c99d6ccc15554c2.zip
rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and TALER_setup_fresh_coin -> TALER_setup_planchet
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_refresh_reveal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_refresh_reveal.c b/src/exchange/taler-exchange-httpd_refresh_reveal.c
index 5d857fcae..57ced9bf6 100644
--- a/src/exchange/taler-exchange-httpd_refresh_reveal.c
+++ b/src/exchange/taler-exchange-httpd_refresh_reveal.c
@@ -171,13 +171,13 @@ check_commitment (struct MHD_Connection *connection,
/* Check that the commitments for all new coins were correct */
for (unsigned int j = 0; j < num_newcoins; j++)
{
- struct TALER_FreshCoinP fc;
+ struct TALER_PlanchetSecretsP fc;
struct TALER_CoinSpendPublicKeyP coin_pub;
struct GNUNET_HashCode h_msg;
char *buf;
size_t buf_len;
- TALER_setup_fresh_coin (&transfer_secret,
+ TALER_setup_planchet (&transfer_secret,
j,
&fc);
GNUNET_CRYPTO_eddsa_key_get_public (&fc.coin_priv.eddsa_priv,