From ab7266fc1c50ec9807f5d7278f0458efa19b24f8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Aug 2022 13:34:33 +0200 Subject: -implement exchange URL suggestion --- src/include/taler_fakebank_lib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/taler_fakebank_lib.h') diff --git a/src/include/taler_fakebank_lib.h b/src/include/taler_fakebank_lib.h index a4b182e58..54af1545b 100644 --- a/src/include/taler_fakebank_lib.h +++ b/src/include/taler_fakebank_lib.h @@ -87,6 +87,7 @@ TALER_FAKEBANK_start2 (uint16_t port, * * @param hostname hostname to use in URLs and URIs. * @param port port to listen to + * @param exchange_url suggested exchange base URL * @param currency which currency should the bank offer * @param ram_limit how much memory do we use at most * @param num_threads size of the thread pool, 0 to use the GNUnet scheduler @@ -95,6 +96,7 @@ TALER_FAKEBANK_start2 (uint16_t port, struct TALER_FAKEBANK_Handle * TALER_FAKEBANK_start3 (const char *hostname, uint16_t port, + const char *exchange_url, const char *currency, uint64_t ram_limit, unsigned int num_threads); -- cgit v1.2.3