summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-06 20:04:36 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-06 20:04:36 +0100
commit5ff3189075459aa139739bd7440ed5a29e5e34fe (patch)
tree4f7f249feb1d87492ca8f2d91e634bf05a2fb86f /src/include/taler_testing_lib.h
parent62d8368b1b89d8b2259dee4abd1b1970ac385d4a (diff)
downloadexchange-5ff3189075459aa139739bd7440ed5a29e5e34fe.tar.gz
exchange-5ff3189075459aa139739bd7440ed5a29e5e34fe.tar.bz2
exchange-5ff3189075459aa139739bd7440ed5a29e5e34fe.zip
-fix recoup testing cmds
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 20e3145f0..5e3fe288b 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- (C) 2018 Taler Systems SA
+ (C) 2018-2022 Taler Systems SA
TALER is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as
@@ -2482,6 +2482,8 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,
#define TALER_TESTING_INDEXED_TRAITS(op) \
op (denom_pub, const struct TALER_EXCHANGE_DenomPublicKey) \
op (denom_sig, const struct TALER_DenominationSignature) \
+ op (planchet_secret, const struct TALER_PlanchetSecretsP) \
+ op (exchange_wd_value, const struct TALER_ExchangeWithdrawValues) \
op (coin_priv, const struct TALER_CoinSpendPrivateKeyP) \
op (coin_pub, const struct TALER_CoinSpendPublicKeyP) \
op (absolute_time, const struct GNUNET_TIME_Absolute) \