diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-18 16:09:17 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-18 16:09:17 +0100 |
commit | c38f521dd8342a609a11daa8b5d3916cb517efdd (patch) | |
tree | 3c2f9091ea9ef790bc45d5feceebc09822743226 /src/include/taler_testing_lib.h | |
parent | bb45ee0e8ec534e391ea5b8cf21bfe4d153a2f58 (diff) |
/deposit: #5284.
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 8c2b01f82..3058d4ce5 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1016,7 +1016,6 @@ TALER_TESTING_cmd_status (const char *label, * Create a "deposit" command. * * @param label command label. - * @param exchange exchange connection. * @param coin_reference reference to any operation that can * provide a coin. * @param coin_index if @a withdraw_reference offers an array of @@ -1036,7 +1035,6 @@ TALER_TESTING_cmd_status (const char *label, struct TALER_TESTING_Command TALER_TESTING_cmd_deposit (const char *label, - struct TALER_EXCHANGE_Handle *exchange, const char *coin_reference, unsigned int coin_index, json_t *wire_details, |