diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-06-27 18:30:25 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 16:50:15 +0200 |
commit | c88af6df724a47919fd8b0fc1d25f1273120c4e6 (patch) | |
tree | 91507ce004433b6bf575dcb670dff143888b5971 /src/include | |
parent | 5220e8394f620a05dcc974d6370144980d769070 (diff) |
fix #6236
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_testing_lib.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 3f8346576..7779ca2bc 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1346,6 +1346,16 @@ TALER_TESTING_cmd_status (const char *label, unsigned int expected_response_code); /** + * Index of the deposit value trait of a deposit command. + */ +#define TALER_TESTING_CMD_DEPOSIT_TRAIT_IDX_DEPOSIT_VALUE 0 + +/** + * Index of the deposit fee trait of a deposit command. + */ +#define TALER_TESTING_CMD_DEPOSIT_TRAIT_IDX_DEPOSIT_FEE 1 + +/** * Create a "deposit" command. * * @param label command label. |