From 336f2d8991fe4b77b625415c179f68b387a2719b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 26 Apr 2022 17:46:36 +0200 Subject: -misc. minor fixes --- src/include/taler_testing_lib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/taler_testing_lib.h') 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); -- cgit v1.2.3