diff options
| author | Christian Grothoff <grothoff@gnunet.org> | 2022-07-01 12:05:41 +0200 | 
|---|---|---|
| committer | Christian Grothoff <grothoff@gnunet.org> | 2022-07-01 12:05:41 +0200 | 
| commit | 182c618579919c45281e4a2554890b2f40d2a974 (patch) | |
| tree | 4b16fa9f11c7efc602ead190c29c4e6ea8d954e5 /src/include | |
| parent | 9e3fb2302d72a285067ccc39038481afcab97dc2 (diff) | |
-implement batch deposit testing cmd
Diffstat (limited to 'src/include')
| -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 6d3762b1..0f94e1c2 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2797,8 +2797,6 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,    op (order_id, const char *)                                      \    op (amount, const struct TALER_Amount)                           \    op (amount_with_fee, const struct TALER_Amount)                  \ -  op (deposit_amount, const struct TALER_Amount)                   \ -  op (deposit_fee_amount, const struct TALER_Amount)               \    op (batch_cmds, struct TALER_TESTING_Command *)                  \    op (uuid, const struct GNUNET_Uuid)                              \    op (fresh_coins, const struct TALER_TESTING_FreshCoinData *)     \ @@ -2814,6 +2812,8 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,    op (denom_pub, const struct TALER_EXCHANGE_DenomPublicKey)           \    op (denom_sig, const struct TALER_DenominationSignature)             \    op (amounts, const struct TALER_Amount)                           \ +  op (deposit_amount, const struct TALER_Amount)                   \ +  op (deposit_fee_amount, const struct TALER_Amount)               \    op (age_commitment, const struct TALER_AgeCommitment)              \    op (age_commitment_proof, const struct TALER_AgeCommitmentProof)     \    op (h_age_commitment, const struct TALER_AgeCommitmentHash)          \ | 
