From 2524dfc8d318a8f765e1600f1ecde54bc6c5a921 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Wed, 5 Oct 2022 16:07:09 +0200 Subject: refactor extensions: config -> manifest --- src/testing/testing_api_helpers_exchange.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/testing_api_helpers_exchange.c') diff --git a/src/testing/testing_api_helpers_exchange.c b/src/testing/testing_api_helpers_exchange.c index f31ef274..fa9fba7e 100644 --- a/src/testing/testing_api_helpers_exchange.c +++ b/src/testing/testing_api_helpers_exchange.c @@ -315,7 +315,7 @@ sign_keys_for_exchange (void *cls, int ret; /* Load the extensions */ - if (GNUNET_OK != TALER_extensions_load (cfg)) + if (GNUNET_OK != TALER_extensions_init (cfg)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "couldn't load extensions"); @@ -716,7 +716,7 @@ TALER_TESTING_setup_with_exchange_cfg ( int result; /* Load extensions */ - if (GNUNET_OK != TALER_extensions_load (cfg)) + if (GNUNET_OK != TALER_extensions_init (cfg)) return GNUNET_SYSERR; if (GNUNET_OK != -- cgit v1.2.3