summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-13 23:07:33 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-13 23:07:33 +0200
commitb60b339ee4257124044ef3bcd56a4c8b9e482a63 (patch)
tree2d5888d973bf8a6d98dc7170c9d5cb7d2ba6911f /src/include/taler_testing_lib.h
parenta5451527cb26d876388567dc26113a83e0b79e15 (diff)
downloadexchange-b60b339ee4257124044ef3bcd56a4c8b9e482a63.tar.gz
exchange-b60b339ee4257124044ef3bcd56a4c8b9e482a63.tar.bz2
exchange-b60b339ee4257124044ef3bcd56a4c8b9e482a63.zip
merging /keys and /wire
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 374ab7afe..4a1c2c8ff 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -1175,24 +1175,6 @@ TALER_TESTING_cmd_withdraw_with_retry (struct TALER_TESTING_Command cmd);
/**
- * Create a "wire" command.
- *
- * @param label the command label.
- * @param expected_method which wire-transfer method is expected
- * to be offered by the exchange.
- * @param expected_fee the fee the exchange should charge.
- * @param expected_response_code the HTTP response the exchange
- * should return.
- * @return the command.
- */
-struct TALER_TESTING_Command
-TALER_TESTING_cmd_wire (const char *label,
- const char *expected_method,
- const char *expected_fee,
- unsigned int expected_response_code);
-
-
-/**
* Create a GET "reserves" command.
*
* @param label the command label.