Fix parsing

This commit is contained in:
BTChip github
2020-11-16 17:06:43 +01:00
committed by TamtamHero
parent 3e4fb33c68
commit 193ff80cfc
+1 -1
View File
@@ -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);