diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-05 22:22:47 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-05 22:22:47 +0100 |
commit | ba627bf84c89ea93a117bce8563b30a3d460e633 (patch) | |
tree | 0a717d9d51f46dab6d1032a3181b441abcae746a /src/include/taler_testing_lib.h | |
parent | ebbc250f8b86de14a5684addade285cb5d1ad9ac (diff) |
-fixes
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index f0e6d5529..2656300fe 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2381,7 +2381,7 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits, op (absolute_time, const struct GNUNET_TIME_Absolute) \ op (exchange_pub, const struct TALER_ExchangePublicKeyP) \ op (exchange_sig, const struct TALER_ExchangeSignatureP) \ - op (blinding_key, const struct TALER_DenominationBlindingKeyP) + op (blinding_key, const union TALER_DenominationBlindingKeyP) TALER_TESTING_SIMPLE_TRAITS (TALER_TESTING_MAKE_DECL_SIMPLE_TRAIT) |