From a491a4709a6444868b8881067c99d6ccc15554c2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 31 Oct 2017 12:38:14 +0100 Subject: rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and TALER_setup_fresh_coin -> TALER_setup_planchet --- src/exchange/taler-exchange-httpd_refresh_reveal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_refresh_reveal.c') 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, -- cgit v1.2.3