Fix missing ui_plugin.h; add constants to eth_plugin_internals; update plugin sdk
This commit is contained in:
Submodule ethereum-plugin-sdk updated: 51c4cad629...c32279c3f4
@@ -2,7 +2,9 @@
|
||||
|
||||
#include "eth_plugin_interface.h"
|
||||
|
||||
#define SELECTOR_SIZE 4
|
||||
#define SELECTOR_SIZE 4
|
||||
#define PARAMETER_LENGTH 32
|
||||
#define RUN_APPLICATION 1
|
||||
|
||||
typedef bool (*PluginAvailableCheck)(void);
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "feature_signTx.h"
|
||||
#include "network.h"
|
||||
#include "eth_plugin_handler.h"
|
||||
#include "ui_plugin.h"
|
||||
|
||||
// clang-format off
|
||||
UX_STEP_NOCB(
|
||||
|
||||
Reference in New Issue
Block a user