diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchange_service.h | 4 | ||||
-rw-r--r-- | src/include/taler_testing_lib.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 18bde0fe..6bb29807 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -4437,9 +4437,7 @@ struct TALER_EXCHANGE_PurseCreateMergeHandle; * @param contract_priv private key to get the contract * @param contract_terms contract the purse is about * @param upload_contract true to upload the contract - * @param purse_expiration when will the unmerged purse expire * @paran merge_timestamp when should the merge happen (use current time) - * @param purse_value_after_fees target amount in the purse * @param cb function to call with the exchange's result * @param cb_cls closure for @a cb * @return the request handle; NULL upon error @@ -4453,9 +4451,7 @@ TALER_EXCHANGE_purse_create_with_merge ( const struct TALER_ContractDiffiePrivateP *contract_priv, const json_t *contract_terms, bool upload_contract, - struct GNUNET_TIME_Timestamp purse_expiration, struct GNUNET_TIME_Timestamp merge_timestamp, - const struct TALER_Amount *purse_value_after_fees, TALER_EXCHANGE_PurseCreateMergeCallback cb, void *cb_cls); diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 7c407152..30d0f098 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); |