Fix initialization
This commit is contained in:
2
Makefile
2
Makefile
@@ -31,7 +31,7 @@ APP_LOAD_PARAMS += --path "45'"
|
||||
APPVERSION_M=1
|
||||
APPVERSION_N=6
|
||||
APPVERSION_P=6
|
||||
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dvf1
|
||||
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dvf2
|
||||
APP_LOAD_FLAGS= --appFlags 0x240 --dep Ethereum:$(APPVERSION)
|
||||
|
||||
ifeq ($(CHAIN),)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user