diff options
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 |
commit | 8a7bfefa38956a5efc2dcdfc7a82dac0fa282001 (patch) | |
tree | d99f6e0f22625dfb23fa5dbbae28e76d39d2155d /src/lib/exchange_api_refresh_common.c | |
parent | 88ecba945e5d89bfda14f9a169201d303c1892c6 (diff) |
-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.c | 6 |
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 04c58022..0a6665b5 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)) { |