We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c1d5c commit e1da2dfCopy full SHA for e1da2df
src/eth_plugin_interface.h
@@ -90,7 +90,7 @@ typedef struct ethPluginSharedRO_s {
90
// --8<-- [start:plugin_context]
91
// Plugin-only memory allocated by the Ethereum application and used by the
92
// plugin.
93
-#define PLUGIN_CONTEXT_SIZE (5 * INT256_LENGTH)
+#define PLUGIN_CONTEXT_SIZE (10 * INT256_LENGTH)
94
// --8<-- [end:plugin_context]
95
// It is recommended to cast the raw uin8_t array to a structure meaningful for
96
// your plugin
0 commit comments