Increase size allocate to plugin context from 96 to 160 bytes

This commit is contained in:
TamtamHero
2021-06-08 10:24:51 +02:00
committed by pscott
parent 82bf81cca6
commit e2fa7ccaf9
+1 -1
View File
@@ -65,7 +65,7 @@ typedef struct tokenContext_t {
uint8_t contract_address[ADDRESS_LENGTH];
uint8_t method_selector[SELECTOR_LENGTH];
};
uint8_t pluginContext[3 * INT256_LENGTH];
uint8_t pluginContext[5 * INT256_LENGTH];
};
#ifdef HAVE_STARKWARE