Skip to content

Commit 93cd7f1

Browse files
Merge pull request #17 from LedgerHQ/fbe/remove_ETH_PLUGIN_RESULT_OK_ALIAS
Remove unused alias from ethPluginInitContract_s
2 parents 35a7f76 + d4b2c81 commit 93cd7f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/eth_plugin_interface.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ typedef enum eth_plugin_result_e {
5656
// Successful return values
5757
ETH_PLUGIN_RESULT_SUCCESSFUL = 0x03, // Used for comparison
5858
ETH_PLUGIN_RESULT_OK = 0x04,
59-
ETH_PLUGIN_RESULT_OK_ALIAS = 0x05,
6059
ETH_PLUGIN_RESULT_FALLBACK = 0x06,
6160
} eth_plugin_result_t;
6261

@@ -118,8 +117,6 @@ typedef struct ethPluginInitContract_s {
118117
const uint8_t *selector; // 4 bytes selector
119118
size_t dataSize;
120119

121-
char *alias; // 29 bytes alias if ETH_PLUGIN_RESULT_OK_ALIAS set
122-
123120
} ethPluginInitContract_t;
124121
// void handle_init_contract(ethPluginInitContract_t *parameters);
125122

0 commit comments

Comments
 (0)