summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-23 18:01:00 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-23 18:01:00 +0200
commitcf11b3f0b2fef5998e4b404b76ab81e0c0bdf53e (patch)
tree83515c7bdebd474f99e1066689f2fa5fd87aaf3d /src/include/taler_testing_lib.h
parent132359a4440e07177df4afe596be4b16270a47d8 (diff)
downloadexchange-cf11b3f0b2fef5998e4b404b76ab81e0c0bdf53e.tar.gz
exchange-cf11b3f0b2fef5998e4b404b76ab81e0c0bdf53e.tar.bz2
exchange-cf11b3f0b2fef5998e4b404b76ab81e0c0bdf53e.zip
-create cmd for purse creation from reserve
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 7c4071521..30d0f0987 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -2441,10 +2441,8 @@ TALER_TESTING_cmd_purse_get (
*
* @param label command label
* @param expected_http_status what HTTP status do we expect to get returned from the exchange
- * @param target_amount amount for the purse to be full, without fees
* @param contract_terms contract, JSON string
* @param upload_contract should we upload the contract
- * @param purse_expiration how long until the purse expires
* @param reserve_ref reference to reserve key, or NULL to create a new reserve
* @return the command
*/
@@ -2452,10 +2450,8 @@ struct TALER_TESTING_Command
TALER_TESTING_cmd_purse_create_with_reserve (
const char *label,
unsigned int expected_http_status,
- const char *target_amount,
const char *contract_terms,
bool upload_contract,
- struct GNUNET_TIME_Relative purse_expiration,
const char *reserve_ref);