donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 7946feb56724ae19235a5053b6ac424da7eabfc7
parent a3268ad768b0f5252eb464f66e71c469076e1f47
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 17 Jul 2026 19:26:34 +0200

-fix trait type

Diffstat:
Msrc/include/donau_testing_lib.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/donau_testing_lib.h b/src/include/donau_testing_lib.h @@ -238,7 +238,7 @@ TALER_TESTING_get_donau_url ( */ #define DONAU_TESTING_INDEXED_TRAITS(op) \ op (donation_unit_pub, const struct DONAU_DonationUnitInformation) \ - op (donau_pub, const struct TALER_ExchangePublicKeyP) + op (donau_pub, const struct DONAU_DonauPublicKeyP) DONAU_TESTING_SIMPLE_TRAITS (TALER_TESTING_MAKE_DECL_SIMPLE_TRAIT) DONAU_TESTING_INDEXED_TRAITS (TALER_TESTING_MAKE_DECL_INDEXED_TRAIT)