diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_testing_lib.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 5e3fe288..70bbda7f 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2443,6 +2443,7 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,  #define TALER_TESTING_SIMPLE_TRAITS(op) \    op (bank_row, const uint64_t)                                    \    op (reserve_priv, const struct TALER_ReservePrivateKeyP) \ +  op (planchet_secret, const struct TALER_PlanchetSecretsP) \    op (reserve_pub, const struct TALER_ReservePublicKeyP)   \    op (merchant_priv, const struct TALER_MerchantPrivateKeyP)       \    op (merchant_pub, const struct TALER_MerchantPublicKeyP)         \ @@ -2482,7 +2483,7 @@ 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 (planchet_secrets, 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)                \ | 
