summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-13 15:58:49 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-13 15:58:49 +0200
commit4fc77b9dbfee88dff2d366d7dbb2d91797f8b9a0 (patch)
treebc05c65ffc162d4f2a6ff24b898dc3db5d5b14cd /src/include/taler_testing_lib.h
parentd7ca9d3ecfaee72d4ce9907841db811716acecc7 (diff)
downloadexchange-4fc77b9dbfee88dff2d366d7dbb2d91797f8b9a0.tar.gz
exchange-4fc77b9dbfee88dff2d366d7dbb2d91797f8b9a0.tar.bz2
exchange-4fc77b9dbfee88dff2d366d7dbb2d91797f8b9a0.zip
-work on reserve control test
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 84ba18378..a964ba4a1 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -2652,6 +2652,7 @@ TALER_TESTING_cmd_purse_poll_finish (const char *label,
* @param expected_http_status what HTTP status do we expect to get returned from the exchange
* @param contract_terms contract, JSON string
* @param upload_contract should we upload the contract
+ * @param pay_purse_fee should we pay a fee to create the purse
* @param expiration when should the purse expire
* @param reserve_ref reference to reserve key, or NULL to create a new reserve
* @return the command
@@ -2662,6 +2663,7 @@ TALER_TESTING_cmd_purse_create_with_reserve (
unsigned int expected_http_status,
const char *contract_terms,
bool upload_contract,
+ bool pay_purse_fee,
struct GNUNET_TIME_Relative expiration,
const char *reserve_ref);