Fix initialization

This commit is contained in:
BTChip github
2021-04-07 12:19:51 +02:00
parent c7e3bfda08
commit b5c1475800
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ const internalEthPlugin_t const INTERNAL_ETH_PLUGINS[] = {
#ifdef HAVE_STARKWARE
{NULL, (const uint8_t**) STARKWARE_SELECTORS, 10, "-strk", starkware_plugin_call},
{NULL, (const uint8_t**) STARKWARE_SELECTORS, NUM_STARKWARE_SELECTORS, "-strk", starkware_plugin_call},
#endif