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.
2 parents 34c1d5c + 63547f7 commit 8e2907fCopy full SHA for 8e2907f
src/eth_plugin_interface.h
@@ -89,8 +89,8 @@ typedef struct ethPluginSharedRO_s {
89
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)
+// plugin. 1k memory is available.
+#define PLUGIN_CONTEXT_SIZE (32 * 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