diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-10-05 16:07:09 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-10-05 16:07:09 +0200 |
commit | 2524dfc8d318a8f765e1600f1ecde54bc6c5a921 (patch) | |
tree | a0c485505b7d0e5538a39ff414f731b1082a0dae /src/testing/testing_api_helpers_exchange.c | |
parent | 477d009cb0aa529294b298d5ba629cdf904e210c (diff) |
refactor extensions: config -> manifest
Diffstat (limited to 'src/testing/testing_api_helpers_exchange.c')
-rw-r--r-- | src/testing/testing_api_helpers_exchange.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 != |