From 7a1c6769e428f6f8bb413fb74383c82e16871d2c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 19 Mar 2020 21:44:54 +0100 Subject: enable using python bank with benchmark --- src/include/taler_testing_lib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index b91057973..7e392f09b 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -805,11 +805,13 @@ TALER_TESTING_run_fakebank (const char *bank_url, * and reset database. * * @param config_filename configuration file name. + * @param reset_db should we reset the bank's database * @param[out] bc set to the bank's configuration data * @return #GNUNET_OK on success */ int TALER_TESTING_prepare_bank (const char *config_filename, + int reset_db, const char *config_section, struct TALER_TESTING_BankConfiguration *bc); -- cgit v1.2.3