summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h2
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,