aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_refresh_common.c
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-07-11 09:21:34 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-07-11 09:21:34 +0200
commit8a7bfefa38956a5efc2dcdfc7a82dac0fa282001 (patch)
treed99f6e0f22625dfb23fa5dbbae28e76d39d2155d /src/lib/exchange_api_refresh_common.c
parent88ecba945e5d89bfda14f9a169201d303c1892c6 (diff)
downloadexchange-8a7bfefa38956a5efc2dcdfc7a82dac0fa282001.tar.xz
-handle some of the codespell complaints
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))
{