Skip to content

Commit e1da2df

Browse files
Increase PLUGIN_CONTEXT_SIZE size to 10x32
1 parent 34c1d5c commit e1da2df

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
@@ -90,7 +90,7 @@ typedef struct ethPluginSharedRO_s {
9090
// --8<-- [start:plugin_context]
9191
// Plugin-only memory allocated by the Ethereum application and used by the
9292
// plugin.
93-
#define PLUGIN_CONTEXT_SIZE (5 * INT256_LENGTH)
93+
#define PLUGIN_CONTEXT_SIZE (10 * INT256_LENGTH)
9494
// --8<-- [end:plugin_context]
9595
// It is recommended to cast the raw uin8_t array to a structure meaningful for
9696
// your plugin

0 commit comments

Comments
 (0)