From 544ba42f445cbff2f544d7e1c83aaffcfa75af3a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 21 Feb 2022 00:23:23 +0100 Subject: -big renaming of structs for consistent naming with P suffix --- src/util/payto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/payto.c') diff --git a/src/util/payto.c b/src/util/payto.c index 746b2624d..bfc8eb1ba 100644 --- a/src/util/payto.c +++ b/src/util/payto.c @@ -226,7 +226,7 @@ TALER_payto_validate (const char *payto_uri) void TALER_payto_hash (const char *payto, - struct TALER_PaytoHash *h_payto) + struct TALER_PaytoHashP *h_payto) { GNUNET_CRYPTO_hash (payto, strlen (payto) + 1, -- cgit v1.2.3