Fix parsing
This commit is contained in:
@@ -72,7 +72,7 @@ customStatus_e customProcessor(txContext_t *context) {
|
||||
blockSize = 4;
|
||||
}
|
||||
else {
|
||||
if (!N_storage.contractDetails) {
|
||||
if (!N_storage.contractDetails && !dataContext.tokenContext.pluginAvailable) {
|
||||
return CUSTOM_NOT_HANDLED;
|
||||
}
|
||||
blockSize = 32 - (dataContext.tokenContext.fieldOffset % 32);
|
||||
|
||||
Reference in New Issue
Block a user