Skip to content

Commit 3acf770

Browse files
Merge pull request #32 from LedgerHQ/cev/interface_version
Bump Interface version
2 parents b3c7ebd + 44a6197 commit 3acf770

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/eth_plugin_interface.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ typedef enum eth_plugin_interface_version_e {
2626
ETH_PLUGIN_INTERFACE_VERSION_3 = 3,
2727
ETH_PLUGIN_INTERFACE_VERSION_4 = 4,
2828
ETH_PLUGIN_INTERFACE_VERSION_5 = 5,
29-
ETH_PLUGIN_INTERFACE_VERSION_LATEST = 6,
29+
ETH_PLUGIN_INTERFACE_VERSION_6 = 6,
30+
ETH_PLUGIN_INTERFACE_VERSION_LATEST = 7,
3031
} eth_plugin_interface_version_t;
3132

3233
// Codes for the different requests Ethereum can send to the plugin

0 commit comments

Comments
 (0)