summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-18 17:05:26 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-18 17:05:26 +0100
commite634c877e34952d951438eaafd40e43c291a64fa (patch)
tree1aba2c102e4df3bf9e236e2d51540394bfe6c64b /src/include
parentce36e23a88441f25c2944e108a4f0d58c85b11d0 (diff)
downloadexchange-e634c877e34952d951438eaafd40e43c291a64fa.tar.gz
exchange-e634c877e34952d951438eaafd40e43c291a64fa.tar.bz2
exchange-e634c877e34952d951438eaafd40e43c291a64fa.zip
/wire: #5284
Diffstat (limited to 'src/include')
-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 ef3168ac1..ae8ef3a4a 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -977,7 +977,6 @@ TALER_TESTING_cmd_withdraw_with_retry (struct TALER_TESTING_Command cmd);
* Create a "wire" command.
*
* @param label the command label.
- * @param exchange the exchange to connect to.
* @param expected_method which wire-transfer method is expected
* to be offered by the exchange.
* @param expected_fee the fee the exchange should charge.
@@ -988,7 +987,6 @@ TALER_TESTING_cmd_withdraw_with_retry (struct TALER_TESTING_Command cmd);
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_wire (const char *label,
- struct TALER_EXCHANGE_Handle *exchange,
const char *expected_method,
const char *expected_fee,
unsigned int expected_response_code);