ngcft1 now announces participation
Some checks failed
ContinuousDelivery / windows (push) Waiting to run
ContinuousDelivery / release (push) Blocked by required conditions
ContinuousIntegration / macos (push) Waiting to run
ContinuousIntegration / windows (push) Waiting to run
ContinuousDelivery / linux-ubuntu (push) Failing after 1m58s
ContinuousIntegration / linux (push) Successful in 2m18s
ContinuousIntegration / android (push) Failing after 4m29s

This commit is contained in:
Green Sky 2024-06-23 10:18:45 +02:00
parent c67600aa14
commit 415bdf0e15
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit bcde244a3c9bbfbfb68c6224800916921b450b4a
Subproject commit 8972386971b4a71016dae6d2d4e000ec4f5c847b

View File

@ -44,7 +44,7 @@ SOLANA_PLUGIN_EXPORT uint32_t solana_plugin_start(struct SolanaAPI* solana_api)
// static store, could be anywhere tho
// construct with fetched dependencies
g_ngcextep = std::make_unique<NGCEXTEventProvider>(*tox_event_provider_i);
g_ngcextep = std::make_unique<NGCEXTEventProvider>(*tox_i, *tox_event_provider_i);
g_ngcft1 = std::make_unique<NGCFT1>(*tox_i, *tox_event_provider_i, *g_ngcextep.get());
g_sha1_ngcft1 = std::make_unique<SHA1_NGCFT1>(*os, *cr, *rmm, *g_ngcft1.get(), *tcm, *tox_event_provider_i, *g_ngcextep.get());