diff --git a/plugins/plugin_message_n10n.cpp b/plugins/plugin_message_n10n.cpp index 8bb50ed..4df3aee 100644 --- a/plugins/plugin_message_n10n.cpp +++ b/plugins/plugin_message_n10n.cpp @@ -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(*cr, *rmm); + g_mn10n = std::make_unique(*cs, *rmm); // register types PLUG_PROVIDE_INSTANCE(MessageN10n, plugin_name, g_mn10n.get());