diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-03 08:09:18 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-05 10:37:38 +0100 |
commit | 7786dc9a6df5cb01c2913f6d3c2171f0b9e9eb85 (patch) | |
tree | 6b35cf3ca2ff73bea39350d8dd062a9f698b7618 /src/testing/testing_api_cmd_kyc_proof.c | |
parent | a26c2c9a882534e7035215419a073e1368fddec9 (diff) |
more work on testing
Diffstat (limited to 'src/testing/testing_api_cmd_kyc_proof.c')
-rw-r--r-- | src/testing/testing_api_cmd_kyc_proof.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testing/testing_api_cmd_kyc_proof.c b/src/testing/testing_api_cmd_kyc_proof.c index af6d9c139..4f72fbe46 100644 --- a/src/testing/testing_api_cmd_kyc_proof.c +++ b/src/testing/testing_api_cmd_kyc_proof.c @@ -126,7 +126,7 @@ proof_kyc_run (void *cls, { struct KycProofGetState *kps = cls; const struct TALER_TESTING_Command *res_cmd; - const struct TALER_PaytoHashP *h_payto; + const struct TALER_NormalizedPaytoHashP *h_payto; char *uargs; const char *exchange_url; @@ -148,8 +148,8 @@ proof_kyc_run (void *cls, return; } if (GNUNET_OK != - TALER_TESTING_get_trait_h_payto (res_cmd, - &h_payto)) + TALER_TESTING_get_trait_h_normalized_payto (res_cmd, + &h_payto)) { GNUNET_break (0); TALER_TESTING_interpreter_fail (kps->is); |