summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-23 19:32:07 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-23 19:32:07 +0200
commite270bc32cc94f251a9a953816e8c040a3a7bf3e1 (patch)
treef3ccc2bde5ab56f1cbfb8dadb3ca8bea8cdfd95f /src/include/taler_testing_lib.h
parentb054c969cbd84f7ed0f61da3db6a8168b944318f (diff)
downloadexchange-e270bc32cc94f251a9a953816e8c040a3a7bf3e1.tar.gz
exchange-e270bc32cc94f251a9a953816e8c040a3a7bf3e1.tar.bz2
exchange-e270bc32cc94f251a9a953816e8c040a3a7bf3e1.zip
-expand p2p test to cover purse-with-deposit-merge sequence
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 30d0f0987..3d7ba3728 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -2366,7 +2366,6 @@ TALER_TESTING_cmd_oauth (const char *label,
*
* @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
@@ -2377,7 +2376,6 @@ struct TALER_TESTING_Command
TALER_TESTING_cmd_purse_create_with_deposit (
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,