fix cr in plugin
Some checks are pending
ContinuousDelivery / windows (push) Waiting to run
ContinuousDelivery / release (push) Blocked by required conditions
ContinuousIntegration / windows (push) Waiting to run

This commit is contained in:
Green Sky 2025-03-10 23:06:38 +01:00
parent a67f41b4a3
commit 15c0aca1f6
No known key found for this signature in database
GPG Key ID: DBE05085D874AB4A

View File

@ -36,7 +36,7 @@ SOLANA_PLUGIN_EXPORT uint32_t solana_plugin_start(struct SolanaAPI* solana_api)
// static store, could be anywhere tho
// construct with fetched dependencies
g_mn10n = std::make_unique<MessageN10n>(*cr, *rmm);
g_mn10n = std::make_unique<MessageN10n>(*cs, *rmm);
// register types
PLUG_PROVIDE_INSTANCE(MessageN10n, plugin_name, g_mn10n.get());