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_link.c | |
parent | 88ecba945e5d89bfda14f9a169201d303c1892c6 (diff) |
-handle some of the codespell complaints
Diffstat (limited to 'src/lib/exchange_api_link.c')
-rw-r--r-- | src/lib/exchange_api_link.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/exchange_api_link.c b/src/lib/exchange_api_link.c index 86637683..f408b87d 100644 --- a/src/lib/exchange_api_link.c +++ b/src/lib/exchange_api_link.c @@ -114,7 +114,7 @@ parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh, struct TALER_TransferSecretP secret; struct TALER_PlanchetDetail pd; struct TALER_CoinPubHashP c_hash; - struct TALER_AgeCommitmentHash *pach = NULL; + struct TALER_AgeCommitmentHash *pah = NULL; /* parse reply */ if (GNUNET_OK != @@ -155,7 +155,7 @@ parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh, &lci->h_age_commitment); lci->has_age_commitment = true; - pach = &lci->h_age_commitment; + pah = &lci->h_age_commitment; } if (GNUNET_OK != @@ -164,7 +164,7 @@ parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh, &alg_values, &bks, &lci->coin_priv, - pach, + pah, &c_hash, &pd)) { |