aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_refresh_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exchange_api_refresh_common.c')
-rw-r--r--src/lib/exchange_api_refresh_common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/exchange_api_refresh_common.c b/src/lib/exchange_api_refresh_common.c
index 04c580227..0a6665b55 100644
--- a/src/lib/exchange_api_refresh_common.c
+++ b/src/lib/exchange_api_refresh_common.c
@@ -174,7 +174,7 @@ TALER_EXCHANGE_get_melt_data_ (
struct TALER_PlanchetDetail pd;
struct TALER_CoinPubHashP c_hash;
struct TALER_AgeCommitmentHash ach;
- struct TALER_AgeCommitmentHash *pach = NULL;
+ struct TALER_AgeCommitmentHash *pah = NULL;
TALER_transfer_secret_to_planchet_secret (&trans_sec,
j,
@@ -202,7 +202,7 @@ TALER_EXCHANGE_get_melt_data_ (
TALER_age_commitment_hash (
&fcd->age_commitment_proofs[i]->commitment,
&ach);
- pach = &ach;
+ pah = &ach;
}
if (TALER_DENOMINATION_CS == alg_values[j].cipher)
@@ -213,7 +213,7 @@ TALER_EXCHANGE_get_melt_data_ (
&alg_values[j],
bks,
coin_priv,
- pach,
+ pah,
&c_hash,
&pd))
{