diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-07-20 18:15:33 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-07-20 18:15:33 +0200 |
commit | db9fb04edcdafd0052a5652084ede7ca75885cef (patch) | |
tree | 0dce53e9324ce5d2bba77fd00ecda280d4a1e3f3 /src/include/taler_testing_lib.h | |
parent | 2f8e3d31e7872e696e14ead5b264ada4e2500dde (diff) | |
parent | 430bb0624ae60e78c3e9855bd7827cc407471871 (diff) |
Merge branch 'age-withdraw', after implementing testing-commands
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 3cd0b145..c99f7c3b 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2715,8 +2715,8 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits, op (refund_deadline, const struct GNUNET_TIME_Timestamp) \ op (exchange_pub, const struct TALER_ExchangePublicKeyP) \ op (exchange_sig, const struct TALER_ExchangeSignatureP) \ - op (blinding_key, const union TALER_DenominationBlindingKeyP) - + op (blinding_key, const union TALER_DenominationBlindingKeyP) \ + op (h_blinded_coin, const struct TALER_BlindedCoinHashP) TALER_TESTING_SIMPLE_TRAITS (TALER_TESTING_MAKE_DECL_SIMPLE_TRAIT) |