diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-02-11 17:05:57 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-02-11 17:05:57 +0100 | 
| commit | 0eb5b08d50df7ea31d6cf25c4fa41c8686c06e77 (patch) | |
| tree | 84cd37354af2ef60f08c10bea53c451779a2f004 /src/testing | |
| parent | 2772050b95fe5fb9e30cd3c1c5bb00d1a7e59fb4 (diff) | |
-minor API clean up
Diffstat (limited to 'src/testing')
| -rw-r--r-- | src/testing/.gitignore | 2 | ||||
| -rw-r--r-- | src/testing/testing_api_cmd_recoup_refresh.c | 4 | 
2 files changed, 4 insertions, 2 deletions
diff --git a/src/testing/.gitignore b/src/testing/.gitignore index fbc863f6..71fe5c47 100644 --- a/src/testing/.gitignore +++ b/src/testing/.gitignore @@ -42,3 +42,5 @@ test_kyc_api  test_helper_cs_home/  test_helper_rsa_home/test_exchange_api_twisted-cs  test_exchange_api_twisted-rsa +test_exchange_api_twisted_cs +test_exchange_api_twisted_rsa diff --git a/src/testing/testing_api_cmd_recoup_refresh.c b/src/testing/testing_api_cmd_recoup_refresh.c index 2f8917b2..1102fc75 100644 --- a/src/testing/testing_api_cmd_recoup_refresh.c +++ b/src/testing/testing_api_cmd_recoup_refresh.c @@ -234,8 +234,8 @@ recoup_refresh_run (void *cls,    const struct TALER_CoinSpendPrivateKeyP *coin_priv;    const struct TALER_EXCHANGE_DenomPublicKey *denom_pub;    const struct TALER_DenominationSignature *coin_sig; -  const struct TALER_PlanchetSecretsP *rplanchet; -  const struct TALER_PlanchetSecretsP *planchet; +  const struct TALER_RefreshMasterSecretP *rplanchet; +  const struct TALER_PlanchetMasterSecretP *planchet;    const struct TALER_ExchangeWithdrawValues *ewv;    char *cref;    unsigned int idx;  | 
