Skip to content

Commit e921f68

Browse files
Increase PLUGIN_CONTEXT_SIZE size to 10x32
1 parent 0eaa25a commit e921f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eth_plugin_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ typedef struct ethPluginSharedRO_s {
8888

8989

9090
// Plugin-only memory allocated by the Ethereum application and used by the plugin.
91-
#define PLUGIN_CONTEXT_SIZE (5 * INT256_LENGTH)
91+
#define PLUGIN_CONTEXT_SIZE (10 * INT256_LENGTH)
9292
// It is recommended to cast the raw uin8_t array to a structure meaningful for your plugin
9393
// Helper to check that the actual plugin context structure is not bigger than the allocated memory
9494
#define ASSERT_SIZEOF_PLUGIN_CONTEXT(s) \

0 commit comments

Comments
 (0)