aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-26 17:46:36 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-26 17:46:36 +0200
commit336f2d8991fe4b77b625415c179f68b387a2719b (patch)
treefe89fc465d87535339bf627c159ded1eff371599 /src/include/taler_testing_lib.h
parent25aa208d122f8967d7821222a7809acfaf57abd3 (diff)
downloadexchange-336f2d8991fe4b77b625415c179f68b387a2719b.tar.xz
-misc. minor fixes
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 a1fa8c16f..f8ad120d3 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -2470,6 +2470,7 @@ TALER_TESTING_cmd_purse_get (
* @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 expiration when should the purse expire
* @param reserve_ref reference to reserve key, or NULL to create a new reserve
* @return the command
*/
@@ -2479,6 +2480,7 @@ TALER_TESTING_cmd_purse_create_with_reserve (
unsigned int expected_http_status,
const char *contract_terms,
bool upload_contract,
+ struct GNUNET_TIME_Relative expiration,
const char *reserve_ref);